cdk-lambda-llrt icon indicating copy to clipboard operation
cdk-lambda-llrt copied to clipboard

Deploy LLRT Lambda functions

Results 5 cdk-lambda-llrt issues
Sort by recently updated
recently updated
newest added

I have some example code below that uses `NodejsFunction` today and I would like to be able to use this for LLRT, but I am bundling things myself using `Bun`....

Hi, Thanks for your construct that is awesome !! There is a handy feature of NodejsFunction that I would like to use with your LlrtFunction is automatic entry lookup, documented...

I change my setting to "externalModules: []" to bundle all the deps with my source code, and in the log, I see the ERROR Database query failed: Region is missing....

New feature to package LLRT in a layer so that it can be shared across multiple lambdas with the same binary type. closes #19

Hi @tmokmss, Thanks for creating this construct, it's much appreciated. Have you considered supporting packaging the LLRT runtime as a layer? It seems like the performance penalty is pretty minimal...