dce icon indicating copy to clipboard operation
dce copied to clipboard

Switch Eventing and Alerting to use Lambda destinations

Open kddejong opened this issue 5 years ago • 2 comments

Lambda can now direct the outputs to a destination making it easier to send alerts to event bridge, SNS, SQS, or another Lambda. https://aws.amazon.com/blogs/compute/introducing-aws-lambda-destinations/

By using this feature we could eliminate some code.

kddejong avatar Nov 26 '19 15:11 kddejong

This is really cool. @kddejong -- can you specify multiple destinations? eg. have a Lambda return an API GW response, but also fire an SNS msg?

eschwartz avatar Nov 26 '19 15:11 eschwartz

apigw is a synchronous invocation, destinations are for async invocations.

kapilt avatar Dec 06 '19 15:12 kapilt