This is a proof of concept to see if we can replicate Amazon API Gateway using docker images to run lambda
npm install serverless-docker





This is a proof of concept to see if we can replicate Amazon API Gateway using docker images to run lambda
###Features:
- λ runtimes supported _by docker-lambda._
- CORS
- Authorizer
- Custom Authorizer supported
- Coginito Authorizer not implemented yet
- Lambda Integration
- _Velocity templates support._ supported
- Lambda Proxy Integration. supported
npm install - Installs all dependenciesnpm start - Starts server listening at http://localhost:4000npm test - tests custom authorizer (Authorization:TOKEN 12345)@johncmckim for suggesting the idea