Updated Readme with new layer ARNs for China regions#271
Merged
Conversation
418a6ed to
8d15f32
Compare
bnusunny
reviewed
Aug 17, 2023
| 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 |
Contributor
There was a problem hiding this comment.
AWS Commercial Regions is more common name.
| #### 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 |
| 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` |
Contributor
There was a problem hiding this comment.
no need to use ${AWS::Region} here. Could replace it with the actual region.
| 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` |
Contributor
There was a problem hiding this comment.
no need to use ${AWS::Region} here. Could replace it with the actual region.
8d15f32 to
ca59ef7
Compare
bnusunny
approved these changes
Aug 17, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.