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

Fix RCOR_AWS_116: Ensure that AWS Lambda function is configured for a Dead Letter Queue(DLQ) #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rapticore-cloud[bot]
Copy link

Severity

HIGH

Remediation

  • Navigate to the Lambda service in the AWS Management Console
  • Select the Lambda function specified in the CloudFormation template
  • Click on the 'Configuration' tab
  • Under 'Dead Letter Queue', click on 'Configure'
  • Choose an existing SQS queue or create a new one as the DLQ
  • Save the changes
  • Update the CloudFormation template to include the DLQ configuration

Rationale

Configuring a Dead Letter Queue (DLQ) for AWS Lambda functions ensures that failed invocations are captured and stored in a separate queue, allowing for retry mechanisms and error handling, improving overall reliability and fault tolerance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants