Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alarms for Lambda DeadLetterErrors and DestinationDeliveryFailures #41

Open
eoinsha opened this issue May 21, 2021 · 0 comments
Open

Alarms for Lambda DeadLetterErrors and DestinationDeliveryFailures #41

eoinsha opened this issue May 21, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@eoinsha
Copy link
Contributor

eoinsha commented May 21, 2021

Add an alarm for async invocations on Lambda

From https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html:

DeadLetterErrors – For asynchronous invocation, the number of times Lambda attempts to send an event to a dead-letter queue but fails. Dead-letter errors can occur due to permissions errors, misconfigured resources, or size limits.
DestinationDeliveryFailures – For asynchronous invocation, the number of times Lambda attempts to send an event to a destination but fails. Delivery errors can occur due to permissions errors, misconfigured resources, or size limits.

@eoinsha eoinsha added the enhancement New feature or request label May 21, 2021
@eoinsha eoinsha changed the title Alarm for Lambda DeadLetterErrors Alarms for Lambda DeadLetterErrors and DestinationDeliveryFailures May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant