jeffjs

1.3.0 • Public • Published

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

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i jeffjs

    Weekly Downloads

    0

    Version

    1.3.0

    License

    MIT

    Last publish

    Collaborators

    • simalexan