Setup AWS SAM CLI
Version updated for https://github.com/aws-actions/setup-sam to version v3.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 4,848 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-sam GitHub Action simplifies the setup of the AWS Serverless Application Model (SAM) CLI by automatically installing and configuring it in your workflow, making it available in the PATH. It streamlines the process of building, packaging, and deploying serverless applications as part of CI/CD pipelines. Key capabilities include support for native installation, customizable version selection, and integration with GitHub tokens for higher API rate limits.
What’s Changed
This release tracks the v2 tag.
Breaking changes
- Update action to use node 24 by @wilkinsocks in https://github.com/aws-actions/setup-sam/pull/136
New Contributors
- @wilkinsocks made their first contribution in https://github.com/aws-actions/setup-sam/pull/136
Full Changelog: https://github.com/aws-actions/setup-sam/compare/v2...v3