-
Notifications
You must be signed in to change notification settings - Fork 421
Maintenance: Adding new AWS Regions to the Lambda Layers Deployment #1950
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
Comments
@rubenfonseca do you think it is possible to prioritize this issue this week? I think this is very important for the new customers that are using Lambda in these new regions. |
I've been looking at this today. It would require big changes to support regions only with x86_64. So I'll start by adding support for the regions that support both architectures, and see if there's any workaround for the rest of the regions. |
Update: none of the new regions support ARM64 layers. Continuing to see if it's possible to support x86_64 only. |
Thank you for the update @rubenfonseca! |
Update: I've tried to change our CDK stacks in order to automatically detect and support regions that supported just one or both architectures. Unfortunately that proved impossible, since when running some of the code on the new regions, the CloudFormation stack doesn't even compile (you cannot even say So it becomes really hard to think about a scenario where we support regions with only |
Hello @rubenfonseca! I agree with you that big changes in our pipeline can be very critical with an impact on new deployments. I just wanted to know if we can anticipate customer demand and find a way to do it now. We have the
Does it make sense to you? Is this suitable for now? It was just an idea I had, maybe this could even be a manual copy at this moment. |
|
This is now released under 2.14.0 version! |
Summary
AWS recently launched new regions:
Asia Pacific (Melbourne)
ap-southeast-4
Asia Pacific (Hyderabad)
ap-south-2
Europe (Spain)
eu-south-2
Europe (Zurich)
eu-central-2
Middle East (UAE)
me-central-1
AWS Global Infrastructure Map
According to this AWS blog post, graviton2 (arm64) is not yet available in Spain and Zurich.
Why is this needed?
Deploy Lambda Layers to these new regions.
Which area does this relate to?
No response
Solution
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: