8000 GitHub - jordmax12/serverless-generator: Serverless-generator is agnostic to runtime language, and will build resources, iam policies, serverless file, package.json file and more. This is a CLI tool that prompts the user to select the options they desire, and we do all the setup work for you. Create as many resources as you like. Currently supports: Elasticsearch, DynamoDB, SQS, SNS (Topics & Subscriptions), S3, ApiGateway, RDS MySQL and RDS Postgres.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Serverless-generator is agnostic to runtime language, and will build resources, iam policies, serverless file, package.json file and more. This is a CLI tool that prompts the user to select the options they desire, and we do all the setup work for you. Create as many resources as you like. Currently supports: Elasticsearch, DynamoDB, SQS, SNS (T…

Notifications You must be signed in to change notification settings

jordmax12/serverless-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

$ n
5A91
pm 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.

About

Serverless-generator is agnostic to runtime language, and will build resources, iam policies, serverless file, package.json file and more. This is a CLI tool that prompts the user to select the options they desire, and we do all the setup work for you. Create as many resources as you like. Currently supports: Elasticsearch, DynamoDB, SQS, SNS (T…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0