Skip to content

Use DeadLetterQueue for alarms on ScheduledLambda #63

@freenerd

Description

@freenerd

Right now ScheduledLambda alarms on every single error of a lambda function. I propose to change this to never alarm on errors but instead use a Dead Letter Queue and alarm whenever something lands in there. This will make ScheduledLambda alarms less noisy to transient errors, while still retaining the visibility into persistent problems.

2019-06-24 at 13 40

https://docs.aws.amazon.com/lambda/latest/dg/dlq.html

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions