Open suzikuo opened 3 months ago
How to preheat 10 lambda deployed projects simultaneously? Instead of preheating a lambda 10 times (i.e. calling a lambda 10 times instead of instantiating 10 lambda instances)
I do not understand your question.
What are you trying to achieve? You only warm a lambda once. Once it's warm, subsequent warmup calls are useless.
How to preheat 10 lambda deployed projects simultaneously? Instead of preheating a lambda 10 times (i.e. calling a lambda 10 times instead of instantiating 10 lambda instances)