Skip to content

Instantly share code, notes, and snippets.

@josejaguirre
Forked from singledigit/Install-AWS-SAM.sh
Created January 22, 2024 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josejaguirre/461244da0ccfb2a6525fc1c8c65241e8 to your computer and use it in GitHub Desktop.
Save josejaguirre/461244da0ccfb2a6525fc1c8c65241e8 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