aws-serverless-koa
aws-serverless-koa copied to clipboard
This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using the Koa.js application framework
Results
1
aws-serverless-koa issues
Sort by
recently updated
recently updated
newest added
Getting this issue - [TypeError: params.context.succeed is not a function](https://github.com/vendia/serverless-express/issues/231 ). It is fixed in newer aws-serverless-express package version. Solution: ``` import serverlessExpress from '@vendia/serverless-express'; // ^4.5.4 import Koa from...