Skip to content

eighty4/l3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l3

Install from source

The best path for getting started with l3 is to build from source with cargo:

cargo install --path .

Create a project

This command will generate a config file, a routes directory for HTTP lambdas and an example lambda.

l3 init

Sync to AWS

l3 will deploy any lambda.js or lambda.mjs modules in the project's ./routes directory with functions DELETE, GET, PATCH, POST or PUT as HTTP APIs via AWS API Gateway and Lambda services.

l3 sync

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages