generated from cloudposse/terraform-example-module
-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels