Amazon Web Services#
AWS CLI#
Install the AWS command line interface#
curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
sudo installer -pkg AWSCLIV2.pkg -target /
Check if the AWS CLI is installed correctly#
# you may need to reload your shell's rc file first.
aws --version
Configure the AWS CLI#
aws configure
Alexa Skills Kit (ASK) CLI#
Set up credentials for AWS account
Quick Start ASK CLI
AWS Amplify#
npm install -g @aws-amplify/cli
amplify configure