serverless-application-model icon indicating copy to clipboard operation
serverless-application-model copied to clipboard

Invalid SQS permissions

Open kddejong opened this issue 9 months ago • 1 comments

https://github.com/aws/serverless-application-model/blob/81cdfc28b2ba98ab823ed9fdaae687c336ee6721/samtranslator/policy_templates_data/policy_templates.json#L2154

As described in the docs the action ChangeMessageVisibilityBatch and DeleteMessageBatch require the permissions sqs:ChangeMessageVisibility and sqs:DeleteMessage making the permissions sqs:ChangeMessageVisibilityBatch and sqs:DeleteMessageBatch invalid.

https://github.com/aws-cloudformation/cfn-lint/issues/4035

kddejong avatar Mar 19 '25 12:03 kddejong

Thanks for the report. Please see https://github.com/aws/serverless-application-model/issues/3731 for an update on the issue.

mbfreder avatar Mar 24 '25 19:03 mbfreder