Download the JavaScript AWS API Gateway SDK.
$ npm install --save apigateway-sdk-cli
$ apigateway --help
Usage
$ apigateway
Options
--id The API Gateway ID.
--stage The stage name.
--out The output filename. [Default: apigateway.zip]
--profile The AWS profile to load.
--region The AWS region. [Default: us-west-1]
Examples
$ apigateway --id 123 --stage v1
$ apigateway --id 123 --stage v1 --out archive.zip
$ apigateway --id 123 --stage v1 --profile apigateway-sdk
- apigateway-sdk - API for this module
MIT © Sam Verschueren