A parameter increase for Lambda memory is required on an existing municipal SAM application. How should that change be released to the managed environment?
Select an answer to reveal the explanation.
Short Explanation
Change the recipe card, then bake the next batch from that card. Bump memory in SAM and ship a change set. Console-only edits make the kitchen lie about the recipe.
Full Explanation
Updating existing SAM/CloudFormation templates keeps configuration changes—such as Lambda memory—under IaC control and applied via change sets. That avoids click-ops drift where the live function no longer matches the template. Console-only edits or full stack recreation for small parameter changes are poorer operational patterns for Domain 3 Task 4.