apigateway-sdk-cli

Download the JavaScript AWS API Gateway SDK.

Usage no npm install needed!

<script type="module">
  import apigatewaySdkCli from 'https://cdn.skypack.dev/apigateway-sdk-cli';
</script>

README

apigateway-sdk-cli Build Status

Download the JavaScript AWS API Gateway SDK.

Install

$ npm install --save apigateway-sdk-cli

Usage

$ 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

Related

License

MIT © Sam Verschueren