Annie Lee
Results
2
comments of
Annie Lee
I try to put the library into Lambda Layer, and it is working for me.
Hi @gciluffo, this is my layer and lambda looks like: ```typescript const lambdaLayerConfig: Pick< aws_lambda_nodejs.NodejsFunctionProps, "layers" > = { layers: [ new aws_lambda.LayerVersion(this, "SharedPackage", { code: aws_lambda.Code.fromAsset( path.join(FUNC_PATH, "genericLayer/layer.zip") ),...