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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly