node-custom-lambda icon indicating copy to clipboard operation
node-custom-lambda copied to clipboard

A custom runtime for AWS Lambda to execute functions in Node.js v10.x or v12.x

Results 7 node-custom-lambda issues
Sort by recently updated
recently updated
newest added

The changes from v12.x to v14.x are very small. All I really did was - copy paste v12 dir - update requires to imports - update dynamic handler import in...

now that node.js v14 is out (initially released on april 21, 2020), it would be awesome to be able to use it in AWS ahead of active LTS start (which...

I wonder what would be the recommended approach to make a custom runtime configurable. I'm thinking about logging low level exceptions, like the ones only the layer can catch, and...

It would be useful to be able to load handler modules from layers! (I do this with other runtimes) Options would be to include /opt/nodejs/node_modules in the search path, or...

I'm sorry to bother you, but since your have some experience with AWS Lambda custom runtimes I wonder if you could guide me. I opened an issue a few days...

Here are the logs of my app when I try to reach my lambda: ``` REPORT RequestId: 1274b44b-b585-4a59-89a4-22e86460a5eb Duration: 6866.84 ms Billed Duration: 6900 ms Memory Size: 512 MB Max...