Description
After making a modification to the Globals: Function: section of a SAM template, I'd expected the change to proliferate to all of the Serverless::Function's within the template.
Steps to reproduce
I modified: Globals: Functions: Layers to point at a new layer arn.
Observed result
The stack deployed, but the layerARN is still pointing at the legacy one.
Expected result
All functions to have redeployed with the new layer arn.
Additional environment details
- OS: Linux
- If using the SAM CLI,
sam --version: SAM CLI, version 1.142.1
- AWS region: eu-west-2
Description
After making a modification to the Globals: Function: section of a SAM template, I'd expected the change to proliferate to all of the Serverless::Function's within the template.
Steps to reproduce
I modified: Globals: Functions: Layers to point at a new layer arn.
Observed result
The stack deployed, but the layerARN is still pointing at the legacy one.
Expected result
All functions to have redeployed with the new layer arn.
Additional environment details
sam --version: SAM CLI, version 1.142.1