Relative Content

Tag Archive for amazon-web-servicesaws-lambdaamazon-sns

Use Lambda to send alert to SNS Topic – but only send email once per unique body

I have an IoT workflow with various devices sending data to an S3 bucket, which triggers a Lambda. The Lambda processes the data and may trigger an alert (e.g. due to DeviceX having a temperature above Y). I wish to receive email alerts when a new device encounters such an alert with a maximum of receiving one email per device per day.