1.0.10 • Published 3 years ago

@npmpackageschicago/serverless-generator v1.0.10

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

serverless-generator

CLI tool to generate resources and environments needed to build a serverless project.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install @npmpackageschicago/serverless-generator

OR

$ npx -p @npmpackageschicago/serverless-generator -c 'serverless-generator'

Contributing

Please lint and add unit tests. To run unit tests, please do the following:

  1. Have Docker Installed
  2. run npm install
  3. run npm test
  4. Happy Coding :)

Known Issues

  • This is assuming we have a cloudwatch log arn defined in APIGateway, as long as you have this in one, it should be fine. However, if this is a new account and you never have setup APIGateway before, deploy can fail because of no Cloudwatch ARN. In the future, we can ask the user if they would like to have cloudwatch setup and disable it if they say no.