aws-cli-exec
A simple wrapper for the AWS command line interface.
Prerequisites
Basic usage
Why?
More details
Develop & contribute
Setup
git clone https://github.com/asyncmax/aws-cli-exec
cd aws-cli-exec
npm install
npm run lint # run lint
npm test # run test
Coding style
- Use two spaces for indentation.
- Use double quotes for strings.
- Use ES5 syntax for lib & test.
License
MIT