Skip to content
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

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

mbfreder
Copy link
Contributor

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.

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
Copy link
Contributor

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
Copy link
Contributor

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`
Copy link
Contributor

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`
Copy link
Contributor

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.

@bnusunny bnusunny merged commit fcd132a into awslabs:main Aug 17, 2023
@mbfreder mbfreder deleted the update-readme branch August 24, 2023 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants