Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 379 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 379 Bytes

CDK issue #25997

See: aws/aws-cdk#25997

LIVE alias is not being updated when environment variable that use a tokenized parameter.

# first
npx cdk deploy --parameters "CdkTest:HELLO=foo"
# second
npx cdk deploy --parameters "CdkTest:HELLO=bar"

Environment variable is updated but the live alias is still pointing to the previous version.