Options
All
  • Public
  • Public/Protected
  • All
Menu

@quantworks/lambdaless

lambdaless | λ<

pipeline status coverage report

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

Install

In the future when this is published you can:

npm install 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

To test the build, just build the Dockerfile. If that succeeds then the Gitlab CI build process will likely succeed.

docker build -t lambdaless .

Example Project

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

License

MIT

Generated using TypeDoc