Skip to content

Commit 7fd63fd

Browse files
authored
Update Layer version
1 parent 40b3b30 commit 7fd63fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ This works with any base images except AWS managed base images. To use AWS manag
4646
AWS Lambda Adapter also works with AWS managed Lambda runtimes. You need to do three things:
4747

4848
1. attach Lambda Adapter layer to your function.
49-
1. x86_64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerX86:1`
50-
2. arm64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerArm64:1`
49+
1. x86_64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerX86:2`
50+
2. arm64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerArm64:2`
5151
2. configure Lambda environment variable `AWS_LAMBDA_EXEC_WRAPPER` to `/opt/bootstrap`.
5252
3. set function handler to your web application start up script. e.g. `run.sh`.
5353

0 commit comments

Comments
 (0)