-
Notifications
You must be signed in to change notification settings - Fork 362
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
Add Support for Graviton 2 / ARM Architecture #1123
Conversation
@hellno, I know you are busy, but it would be great to have this merged before the next release |
Are you considering merging this branch? |
@NinitoAS Not sure why this got closed... I'm looking at getting the next release out in Novemenber. |
@NinitoAS Can you post the status of this? |
+1 |
@NinitoAS can you fix the conflicts here? |
@monkut, is there anything I can support with on this issue? |
Hi there! Unfortunately, this PR has not seen any activity for at least 90 days. If the PR is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed. |
Hi there! Unfortunately, this PR was automatically closed as it had not seen any activity in at least 100 days. If the PR is still relevant to the latest version of Zappa, please open a new PR. |
Description
This PR adds support for the 'new' Graviton 2 / ARM64 architecture. It builds on top of @turingbeing's work (#1057)
The new parameter is now a string instead of a list, defaulting to 'x86_64' if not defined.
Keep in mind that ARM64 is not supported in all regions. It is currently unsupported in the following regions: af-south-1, ap-east-1, ap-northeast-2, ap-northeast-3, ca-central-1, eu-south-1, eu-west-3, eu-north-1, me-south-1, sa-east-1 and us-west-1
It seems like AWS will fall back to x86 if the region does not support ARM.
@hellno can you review the PR?
AWS API Docs
GitHub Issues
Resolves: #1051