Skip to content

Instantly share code, notes, and snippets.

View jkruse14's full-sized avatar

justin.kruse jkruse14

  • Bobcat
  • Minnesota
View GitHub Profile
@singledigit
singledigit / Install-AWS-SAM.sh
Last active April 9, 2024 12:48
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
@pedro-mass
pedro-mass / new-project-resources.md
Last active July 6, 2021 14:42
New Project Resources

New Project Resources

Some good resources that will help with getting a project going


Table of Contents