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.
Add an alarm for async invocations on Lambda
From https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html: