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.