Jeff.js
WIP
Jeff is your tool for generating and deploying serverless JavaScript applications
Install
npm install -g jeffjs
Usage
Generate a project within the project folder
mkdir project-folder
jeff gen --api crud --endpoints products --dynamo
Generate a project with the project folder
jeff gen --api crud --endpoints products --dynamo --folder project-folder
This will generate a whole API with a POST /products
route with DynamoDB access
And now create just deploy:
jeff deploy
WIP drawback: at the moment, the default Jeff deployment region is us-east-1
will be changed soon