I have a lambda that keep experiencing cold start. I configured the lambda to have 5 provisioned concurrency, as it was suggested as a possible solution, but the lambda still have cold starts.
What might be a possible explanation? Maybe 5 provisioned concureency is not enough? (how can I know what will be a good amount of containers?)
How did you handle cold start?
Also, a very important question: how can I be sure it uses my lambdas? where can I monitor it?
thanks!