Apex Utils
Collection of helpers useful in a work with Node.js on AWS Lambda inspired by node-apex.
Installation
$ npm install apex-utils --save
Features
- Build on promises
- Throws uncaught errors to lambda callback
- API Gateway handler creator
- TypeScript ready
- No external dependencies
Examples
; ; ;
License
The MIT License