File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ for file in $files; do
56
56
# arn:aws:lambda:{env.region}:094274105915:layer:AWSLambdaPowertoolsTypeScript:39
57
57
if [[ " $line " == * " eu-central-1" * ]]; then
58
58
# These are all the framework pseudo parameters currently found in the docs
59
- for pseudo_region in ' {region}' ' ${AWS::Region}' ' ${aws:region}' ' {aws::region}' ' {env.region}' ' ${cdk. Stack.of(this).region}' ' ${aws.getRegionOutput().name}' ; do
59
+ for pseudo_region in ' {region}' ' ${AWS::Region}' ' ${aws:region}' ' {aws::region}' ' {env.region}' ' ${Stack.of(this).region}' ' ${aws.getRegionOutput().name}' ; do
60
60
prefix_pseudo_region=$( echo " $prefix " | sed " s/eu-central-1/${pseudo_region} /" )
61
61
# prefix_pseudo_region = arn:aws:lambda:${AWS::Region}:094274105915:layer:AWSLambdaPowertoolsTypeScript
62
62
You can’t perform that action at this time.
0 commit comments