Icon

SAM CLI

AWS SAM CLI is a command-line tool for local development and testing of serverless applications defined using AWS SAM templates, AWS CDK, CloudFormation, and Terraform. It enables building, transforming, deploying, debugging, packaging, initializing, and syncing serverless applications locally before cloud deployment.
Latest: 1.161.1
Last checked: Jun 9, 2026 12:10am
Rank: 212/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: Apache License 2.0Installer: MSISilent: YesWinget: Available
Silent install
msiexec /i AWS_SAM_CLI_64bit.msi /quiet /norestart

Uninstall
msiexec /x AWS_SAM_CLI_64bit.msi /quiet /norestart

Version & Lifecycle

0
Current: 1.161.1 N-2: 1.159.1 Avg cadence: Every 13 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Silent install note • May 3, 2026
0

Silent install tip

For silent deployment of AWS SAM CLI on Windows, download the 64-bit MSI installer (AWS_SAM_CLI_64_PY3.msi) from the official AWS documentation and execute msiexec /i AWS_SAM_CLI_64_PY3.msi /qn /norestart to suppress UI, prevent reboots, and install for all users. Verify installation by running sam --version in a new command prompt. This method ensures reliable enterprise scripting without interactive prompts.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

SAM-CLIamazon SAM-CLI

Packaging Notes

0

Available as MSI installer for Windows; supports GUI and command line installation; requires enabling long paths on Windows 10+

Notes

0

Installation requires Git for sample app downloads; on Windows, enabling long path support is recommended to avoid path length issues.