feat: rule checking for SQS visbility timeout being correctly sized in a Lambda EventSourceMapping #1798
Closed
1 of 2 tasks
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Description
Recommendation in the SQS docs:
There currently is no rule checking this.
Use Case
Having a rule for this check can prevent configurations resulting in duplicate processing of queue items due to visibility timeout being too low.
Proposed Solution
Rule that checks Lambda CfnEventSourceMappings for an associated SQS CfnQueue and compares the visibilityTimeout setting to the Lambda CfnFunction timeout setting.
Other information
I think I can implement this and would like to start working on it.
Acknowledge
The text was updated successfully, but these errors were encountered: