UNPKG

@codegenie/serverless-express

Version:

This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.

7 lines (5 loc) 124 B
const { getRequest, getResponse } = require('./http-function-runtime-v3') module.exports = { getRequest, getResponse }