Skip to content

Instantly share code, notes, and snippets.

@wongcyrus
Last active October 31, 2022 18:39
Show Gist options
  • Save wongcyrus/3a65acb1f8f5405e15342f7e0d76d1d9 to your computer and use it in GitHub Desktop.
Save wongcyrus/3a65acb1f8f5405e15342f7e0d76d1d9 to your computer and use it in GitHub Desktop.
Cloud9 upgrade to the latest AWS SAM CLI
sudo yum update -y
wget https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip
unzip aws-sam-cli-linux-x86_64.zip -d sam-installation
sudo ./sam-installation/install --update
sam --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment