0.1.4 • Published 6 years ago

@regis24/aws-lambda-nodejs-response v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

github tag npm version npm downloads david dependencies david devdependencies Coverage Status Build Status License


npm package of @regis24/aws-lambda-nodejs-response

A simple package to unify the response of AWS lambdas ...

Installation

Install with npm

$ npm i @regis24/aws-lambda-nodejs-response --save

Usage

Just require the package and use one of the implemented calls (sendInvokeResponse, sendApiResponse)

const Response = require('@regis24/aws-lambda-nodejs-response');
	... and then call via ...
Response.sendInvokeResponse(context, callback, 200, contenObject);
	... or ...
Response.sendApiResponse(context, callback, 200, contenObject);

License

Licensed under MIT


0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago