Skip to content

Add DLQ for Lambda #50

@phas13

Description

@phas13

Describe the Feature

Add Dead Letter Queue configuration for lambda

Expected Behavior

If i add DLQ for Lambda function, we have it configured. We can create SQL for DLQ of provide SQS ARN via dead_letter_config section. Any solution will suite.

Use Case

To be able to pass SOC2/CIS compliance, we need to have DLQ for all lambdas. Even if we do not use it, better to have the ability to set it up or not, using some flag, like enable_dlq.

Currently, we have to find a workaround for that that does not look natural.

Describe Ideal Solution

  • add option enable_dlq = true/false
  • add dead_letter_config section to setup configuration if enable_dlq = true

Alternatives Considered

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions