volume_mute
Which statements about invocation models are correct?
publish date: 2024/08/29 01:30:19.803396 UTC
volume_muteCorrect Answer
(1) Amazon S3 triggers Lambda via an asynchronous push
(2) Amazon API Gateway triggers Lambda synchronously
(3) Amazon SQS triggers Lambda via the polling invocation model
Explanation
Well done! Alexa is a synchronous event source, so Lambda will not attempt to retry the invocation.
Reference
AWS Skill Builder