The best path for getting started with l3
is to build from source with cargo
:
cargo install --path .
This command will generate a config file, a routes directory for HTTP lambdas and an example lambda.
l3 init
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