Slide 26
Slide 26 text
© 2021, Amazon Web Services, Inc. or its Affiliates.
© 2021, Amazon Web Services, Inc. or its Affiliates.
Lambda functions can be invoked
synchronously or asynchronously. How can I
monitor the async execution of Lambda
functions? How can I get a response, or an
error, from async invocations?
O
rchestration
&
Choreography
You can use Lambda Destinations to
automatically send the response or the error to
Lambda functions, SQS queues, SNS topics, or
an EventBridge event bus.