Engineers add a new SQS queue and Lambda function for court-notice delivery to an existing SAM template. How should the change reach staging?
Select an answer to reveal the explanation.
Short Explanation
Write the new room on the blueprint, then build from the blueprint—do not nail lumber by memory. Update SAM, deploy the change set to staging. Console-only creates drift the map from the building.
Full Explanation
Implementing and deploying application resources with SAM/CloudFormation keeps staging aligned with version-controlled infrastructure. Declaring the new queue and function in the template and applying a change set to staging is the expected path. Console-first or CLI-only creates cause environment drift that later deploys may overwrite or miss.