File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ This works with any base images except AWS managed base images. To use AWS manag
46
46
AWS Lambda Adapter also works with AWS managed Lambda runtimes. You need to do three things:
47
47
48
48
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 `
51
51
2 . configure Lambda environment variable ` AWS_LAMBDA_EXEC_WRAPPER ` to ` /opt/bootstrap ` .
52
52
3 . set function handler to your web application start up script. e.g. ` run.sh ` .
53
53
You can’t perform that action at this time.
0 commit comments