I'm using an application that uses lambda and API Gateway. Lambda uses a Layer.
The app takes a while to launch the first time. This is a cold start problem. How can I increase the execution speed of my application in order to reduce the delay of the 1st launch to a minimum?
Regards