What is a Lambda Concurrent Execution Limit? And what is the limit?
What error will I see if I exceed the limit?
- HTTP Status Code 429
Can the concurrent execution limit be increased?
Yes, but you will have to contact AWS Support.
In Lambda, what is Reserved concurrency?
It’s a set number of executions which are reserved for a certain function. It also acts as a limit for that function.
If you are using an unqualified ARN for Lambda, which version will be used? (i.e. no alias or version in the ARN)
$LATEST
By default, a Lambda function cannot access resources inside a private VPC. What do we need to set up to change this?
How does it work when a Lambda function sets up config to access resources within a private VPC?
Triggers?
What 7 languages is supported by Lambda?
Can Lambda functions do things globally?
Yes.
What is the maximum timeout for a Lambda function?
15 minutes
What is the default timeout on a Lambda function?
3 seconds