Skip to content

Instantly share code, notes, and snippets.

@T2Knock
Forked from singledigit/Install-AWS-SAM.sh
Created January 5, 2024 07:43
Show Gist options
  • Save T2Knock/1804d261900c57b7c6435bbb9be48d2c to your computer and use it in GitHub Desktop.
Save T2Knock/1804d261900c57b7c6435bbb9be48d2c to your computer and use it in GitHub Desktop.
Install AWS SAM on Linux using the new Linux installer
curl -L https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip -o aws-sam-cli-linux-x86_64.zip
unzip aws-sam-cli-linux-x86_64.zip -d sam-installation
sudo ./sam-installation/install
where sam
sam --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment