Lambda Flashcards
1
Q
AWS services that provide Event Source Mappings for Lambda
A
Dynamo DB
Kinesis
Amazon MQ
Amazon Managed Streaming for Apache Kafka
SQS
2
Q
Differences between Lambda synchronous, asynchronous, Event Source Mapping
A
Both synchronous and asynchronous are (push) invocations, whereas Event Source Mapping requires polling from the Lambda function
3
Q
How to manually throttle a Lambda function
A
Set “Reserved Concurrency” to 0
4
Q
How does Lambda throttle behavior differ for synchronous vs. asynchronous invocations?
A
Synchronous: 429 returnThrottleError
Asynchronous: automatic retry —–> DLQ