You can configure a SQS queue or a SNS topic as your dead letter queue. Any AWS Lambda function that is invoked asynchronously is retried twice before discarding the event. If the retries fail and the reason is unsure, then use Dead Letter Queues (DLQ) to direct the unprocessed events to an Amazon SQS queue or an Amazon SNS topic to analyze the reason of failure.