Feature request: ARM64 SAM CLI Build
See original GitHub issueDescribe your idea/feature/enhancement
We require ARM64 build of sam-cli
Currently we just fetch the file from https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip
and install it according to the instructions
Proposal
Add an aarch64
artifact so we can install on ARM Images
Additional Details
We need to build GraalVM Image in aarch64
, since GraalVM does not generate cross-platform code. And we want to deploy to Lambda using SAM CLI
Issue Analytics
- State:
- Created a year ago
- Reactions:11
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Installing the AWS SAM CLI - AWS Serverless Application Model
To learn how to manage a currently installed version of the AWS SAM CLI, including how to upgrade, uninstall, or manage nightly builds,...
Read more >Docker - Could not find python3 image locally and failed to ...
In my AWS SAM build-and-package step, the docker container fails to pull an image of python3.9. This issue suddenly started happening, ...
Read more >terraform-aws-modules/lambda/aws
Use AWS SAM CLI to test Lambda Function - read more. Features. Build dependencies for your Lambda Function and Layer. Support builds locally...
Read more >aws-sam-cli Changelog - pyup.io
With the this version of SAM CLI, SAM Accelerate features (`sam sync`, ... disabling build images integration tests, skipping ARM64 invoking for Go1.x...
Read more >Homepage - AWS Lambda Powertools for Python
Lambda Layer (arm64): ... Some utilities require additional dependencies ... SAM CLI already brings the AWS SDK in its emulation image.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@bjonnh-work Hi there I’m glad to inform you that ARM on Mac is now supported! In the release artifacts please find the pkg artifact related to ARM and install it following any of the options listed on https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html MacOS section. @driverpt I don’t see why we shouldn’t try to provide a native installer to Linux ARM either. So I will try to get this onto our agenda, based on the fact that we get some up-votes for this summed up here. Feel free to track this issue and engage me for any updates
It would be useful for developers on Apple ARM hardware as well.