2.0.1 • Published 4 years ago

aws-lambda-proxy-response-object v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

This is a package to return a response when you have proxy integration on a route

install package :

yarn add aws-lambda-proxy-response-object

or with npm

npm install --save aws-lambda-proxy-response-object

Get response :

import {Response} from 'aws-lambda-proxy-response-object'

then inside a function :

return Response(200,{success:true})