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.

8 lines (6 loc) 151 B
async function sendKoaRequest ({ app, request, response }) { app.callback()(request, response) } module.exports = { sendRequest: sendKoaRequest }