aws-lambda-ses-forwarder icon indicating copy to clipboard operation
aws-lambda-ses-forwarder copied to clipboard

Add instructions for alerting user if lambda script fails

Open yanokwa opened this issue 8 years ago • 1 comments

The forwarder basically works but I don't know what happens if the lambda fails. It'd be great to get some alert.

yanokwa avatar Apr 14 '16 13:04 yanokwa

You can add an SNS action while creating the Lambda function in the DLQ field of Advanced settings while creating and subscribe to that SNS topic. I guess that should help your case, instead of building it into the code, since the AWS Lambda can handle it and fire off a notification to you with the error?

Even though I am late, this is just for the reference of future users.

anmolsahoo25 avatar Mar 21 '17 13:03 anmolsahoo25