Last active
October 31, 2022 18:39
-
-
Save wongcyrus/3a65acb1f8f5405e15342f7e0d76d1d9 to your computer and use it in GitHub Desktop.
Cloud9 upgrade to the latest AWS SAM CLI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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