Daily AWS Developer Flashcards
1
Q
What are the two Lambda concurrency options?
A
- Use reserved concurrency to reserve a portion of your account’s concurrency for a function. This is useful if you don’t want other functions taking up all the available unreserved concurrency.
- Use provisioned concurrency to pre-initialize a number of environment instances for a function. This is useful for reducing cold start latencies.