2 Answers
- Newest
- Most votes
- Most comments
0
Your function will fail with an exception.
Ok, then what is auto scale in lambda?
Auto scale the number of concurrent invocations. If you have one request, we will invoke it once. If you have 100 requests, we will invoke it 100 times. But the function itself should be configured to handle a request in all aspects: memory, ephemeral storage (/tmp) and duration.
Thanks for clarifications
Relevant content
asked 4 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 months ago

Thanks Omid