Skip to content

Instantly share code, notes, and snippets.

@dathi
Created July 17, 2019 04:33
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 dathi/6a9287f9919d642e2f23e030993af40e to your computer and use it in GitHub Desktop.
Save dathi/6a9287f9919d642e2f23e030993af40e to your computer and use it in GitHub Desktop.
Install AWS SAM on OSX
Follow this link:
https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install-mac.html?shortFooter=true
- Install docker (https://docs.docker.com/docker-for-mac/install/)
+ Setup docker file sharing (https://docs.docker.com/docker-for-mac/#file-sharing)
- Install the AWS SAM CLI Using Homebrew:
+ Install homebrew (https://docs.brew.sh/Homebrew-on-Linux)
+ `brew tap aws/tap`
+ `brew postinstall python`
+ `brew install aws-sam-cli`
+ `sam --version`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment