Skip to content

simalexan/jeffjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jeff.js

WIP

Jeff is your tool for generating and deploying serverless JavaScript applications

Another boring code generator, right? Nothing can generate complex business logic.

You're right and that's exactly what Jeff isn't for.

Jeff's goal is to help you with code overhead, helping you focus on what's important, instead of manually boring yourself with the generated code

How to Install?

npm install -g jeffjs

How to Use?

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

About

Generate serverless JavaScript projects and deploy them to AWS Lambda in seconds

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published