Skip to content

Commit da64397

Browse files
authored
Update Layer version
1 parent d67c29b commit da64397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/expressjs-zip/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This example shows how to use Lambda Adapter to run an express.js application on
77
We add Lambda Adapter layer to the function and configure wrapper script.
88

99
1. attach Lambda Adapter layer to your function. This layer containers Lambda Adapter binary and a wrapper script.
10-
1. x86_64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerX86:1`
11-
2. arm64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerArm64:1`
10+
1. x86_64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerX86:2`
11+
2. arm64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerArm64:2`
1212
2. configure Lambda environment variable `AWS_LAMBDA_EXEC_WRAPPER` to `/opt/bootstrap`. This is a wrapper script included in the layer.
1313
3. set function handler to a startup command: `run.sh`. The wrapper script will execute this command to boot up your application.
1414

0 commit comments

Comments
 (0)