1.3.0 • Published 8 years ago
jeffjs v1.3.0
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