We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f777122 commit e9d868aCopy full SHA for e9d868a
template.yml
@@ -458,7 +458,7 @@ Resources:
458
# Add the AWS Lambda Web Adapter layer with the corresponding architecture
459
# https://github.com/awslabs/aws-lambda-web-adapter
460
- !Sub
461
- - "arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayer${Architecture}:22"
+ - "arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayer${Architecture}:23"
462
- Architecture: !FindInMap [FunctionMaps, WebAdapterLayerArchitecture, !Ref LambdaArchitecture]
463
CodeUri: src/
464
# The AWS Lambda Web Adapter wrapper script set in AWS_LAMBDA_EXEC_WRAPPER will execute
0 commit comments