Lambda Provisioned Concurrency
- To prevent Lambda Cold Start. Initialise a requested number of execution environments, so that they're prepared to respond immediately to your function's invocation.
- Note: this counts towrad function's reserved concurrency