fake-api-gateway-lambda
fake-api-gateway-lambda copied to clipboard
This is a testing utility for testing your lambda functions.
This requires checking in 3 languages, something like ```js setInterval(() => { const ht = process.memoryUsage().heapTotal const mb = Math.round(ht / 1024 / 1024 * 100) / 100) if (ht...
I've been trying this with rootless docker. (so you don't have to run sudo docker on every command...) it has weirdly different behavior. It fails the tests with a network...
if you deploy code to lambda that has a syntax error, iirc it becomes a runtime Internal Server Error to the client request. but deploying a lambda with this code...
The enable cors functionality in this module is how I wish api-gateway worked -- it sets the header on the response, which is sent to the client, even if the...
Create a `TestingLogger` and hookup STDOUT/STDERR to it.