-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Readme with new layer ARNs for China regions #271
Conversation
418a6ed
to
8d15f32
Compare
README.md
Outdated
@@ -55,8 +55,16 @@ This works with any base images except AWS managed base images. To use AWS manag | |||
AWS Lambda Web Adapter also works with AWS managed Lambda runtimes. You need to do three things: | |||
|
|||
1. attach Lambda Web Adapter layer to your function. | |||
1. x86_64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerX86:16` | |||
2. arm64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerArm64:16` | |||
#### AWS Global |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AWS Commercial Regions
is more common name.
README.md
Outdated
#### AWS Global | ||
1. x86_64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerX86:16` | ||
2. arm64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerArm64:16` | ||
#### AWS China |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AWS China Regions
README.md
Outdated
2. arm64: `arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerArm64:16` | ||
#### AWS China | ||
1. cn-north-1 (Beijing) | ||
- x86_64: `arn:aws-cn:lambda:${AWS::Region}:041581134020:layer:LambdaAdapterLayerX86:16` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to use ${AWS::Region}
here. Could replace it with the actual region.
README.md
Outdated
1. cn-north-1 (Beijing) | ||
- x86_64: `arn:aws-cn:lambda:${AWS::Region}:041581134020:layer:LambdaAdapterLayerX86:16` | ||
2. cn-northwest-1 (Ningxia) | ||
- x86_64: `arn:aws-cn:lambda:${AWS::Region}:069767869989:layer:LambdaAdapterLayerX86:16` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to use ${AWS::Region}
here. Could replace it with the actual region.
8d15f32
to
ca59ef7
Compare
Issue #, if available:
Description of changes:
We published LWA layers in China regions. Now we're updating the Readme with those new layers.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.