An implementation of a web server to process Amazon API Gateway requests locally.
API Gateway Server will read in a swagger definition for an Amazon API Gateway endpoint and set up a local endpoint that calls the lambda function locally and forwards the results back to the client.
$ npm install api-gateway-server
More to come.
$ node server.js