Lambda Flashcards
What is the timeout for Lambda functions ?
The default is 3 seconds and the max is 15 minutes.
Charge is based on the time the function runs .
How does lambda access information inside private subnets?
It needs additional information like the Private subnet Id and Security group Id based on this it creates an Elastic Network Interface (ENI)
What is the limit for concurrently executing functions.
Default limit is 1000 functions
What is AWS SAM
AWS SAM is a specification that prescribes the rules for expressing server less applications on AWS
What is XRay?
X-Ray is an AWS service that can be used to detect, analyse and optimise performance issues with Lambda applications
Pricing model for AWS lambda functions
Number of requests. First 1 million are free then $0.20 per 1 million Duration. Calculated from the time your code begins execution until it returns or terminates. Depends on the amount of memory allocated to a function