Skip to content

Instantly share code, notes, and snippets.

@gekart
Last active September 19, 2019 14:47
Show Gist options
  • Save gekart/5f5461c6e1e192925c9bab98f48cbabd to your computer and use it in GitHub Desktop.
Save gekart/5f5461c6e1e192925c9bab98f48cbabd to your computer and use it in GitHub Desktop.
AWS install all important CLI parts for developing
pip3 install awscli
pip3 install awsebcli --upgrade --user
brew tap aws/tap
brew install aws-sam-cli
npm install -g @aws-amplify/cli
npm install -g aws-cdk
brew install httpie
pip3 install chalice
brew install amazon-ecs-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment