Open mutasemhidmi opened 3 years ago
/cc @matejvasek, @patriot1burke
details? Don't know what a "layer" is.
All the details are here https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html. Basically, it's a shared code between your lambdas. It can used to download the desired packages for your lambdas that you wanna share between, and this way you can create smaller size functions, which improves performance.
We don't have anything to make this easier, but you should be able to manually shrink the function.zip deployment that Quarkus creates and define your own cloud formation config. This is a worthy feature for Quarkus though and will add it to my queue.
Description
Is it possible to add layers to AWS lambda ?
Implementation ideas
No response