As serverless architecture becomes more prevalent, ensuring the integrity and efficiency of code changes before deployment is critical. Infrastructure changes are carefully reviewed in traditional environments, but these reviews can be challenging in serverless environments where infrastructure is managed as code. The complexity of cloud infrastructure, particularly with AWS Cloud Development Kit (CDK), necessitates a robust mechanism for comparing changes during pull requests (PRs) to avoid unexpected outcomes during stack deletion or updates.