lambda-proxy-response
A Typescript Node.js package that create and generate responses into Lambda proxy.
Installation
Getting Started
You will need to import the node module into your file:
;
Usage
ResponseBuilder;
ResponseBuilder;
ResponseBuilder;
ResponseBuilder;
Response Type support
- ok
- notFound
- badRequest
- forbidden
- serverError
- internalServerError
License
Not yet