A lightweight framework for simplifying AWS Lambda functions, and Serverless :zap:.
npm install @quantworks/lambdaless --save
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
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 .
See ./example for an example implementation. Run ./test.sh to see it in action.
MIT
Generated using TypeDoc