@quantworks/lambdaless
TypeScript icon, indicating that this package has built-in type declarations

0.2.5 • Public • Published

lambdaless | λ<

pipeline status coverage report

A lightweight framework for simplifying AWS Lambda functions, and Serverless .

Install

npm install @quantworks/lambdaless --save

Build, Test, & Docs

All in one:

# build
make all

or individually:

# clean up dist, docs, etc.
make clean

# compile ts
make build

# run tests
make test

# generate docs
make docs

Test Build / Install

To test the build, just build the Dockerfile. If that succeeds then the build will likely succeed in your target environment, CI system, etc.

docker build -t lambdaless .

Example Project

See ./example for an example implementation. Run ./test.sh to see it in action.

License

MIT

Package Sidebar

Install

npm i @quantworks/lambdaless

Weekly Downloads

0

Version

0.2.5

License

MIT

Unpacked Size

916 kB

Total Files

112

Last publish

Collaborators

  • w-p