jeffjs
v1.3.0
Published
Generate scaffold serverless Node.js applications and deploy to AWS Lambda, S3 and Cloudfront
Maintainers
Readme
Jeff.js
WIP
Jeff is your tool for generating and deploying serverless JavaScript applications
Install
npm install -g jeffjsUsage
Generate a project within the project folder
mkdir project-folder
jeff gen --api crud --endpoints products --dynamoGenerate a project with the project folder
jeff gen --api crud --endpoints products --dynamo --folder project-folderThis will generate a whole API with a POST /products route with DynamoDB access
And now create just deploy:
jeff deployWIP drawback: at the moment, the default Jeff deployment region is us-east-1 will be changed soon
