Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 538 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 538 Bytes

aws-lambda-koa-barebone

It is a koa application which can be deployed on lambda and can be exposed using the API gateway.

To use it, you can use a SAM template to deploy a proxy endpoint for this application in lambda.

The package uses aws-serverless-express to export the handler from the codebase.

This repo also contains a SAM template to deploy the app with API gateway. More information about SAM can be found here.