Last active
September 19, 2019 14:47
-
-
Save gekart/5f5461c6e1e192925c9bab98f48cbabd to your computer and use it in GitHub Desktop.
AWS install all important CLI parts for developing
This file contains hidden or 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
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