Skip to content

Commit e9d868a

Browse files
author
Andrei D.
committed
Update Lambda Web Adapter layer version
1 parent f777122 commit e9d868a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ Resources:
458458
# Add the AWS Lambda Web Adapter layer with the corresponding architecture
459459
# https://github.com/awslabs/aws-lambda-web-adapter
460460
- !Sub
461-
- "arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayer${Architecture}:22"
461+
- "arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayer${Architecture}:23"
462462
- Architecture: !FindInMap [FunctionMaps, WebAdapterLayerArchitecture, !Ref LambdaArchitecture]
463463
CodeUri: src/
464464
# The AWS Lambda Web Adapter wrapper script set in AWS_LAMBDA_EXEC_WRAPPER will execute

0 commit comments

Comments
 (0)