Prerequisites
Setup your environment with some prerequisites
Good to know: Use a Node version manager (like
nvm
)
to easily switch between different versions of Node.jsRun the following command to setup AWS credentials that can be used by the AWS CLI tool:
aws configure
Last modified 1yr ago