For anybody experience the same issue. The documentation has wrong policy I think. I changed it from...
r
For anybody experience the same issue. The documentation has wrong policy I think. I changed it from this:
Copy code
\"Resource\": \"arn:aws:sqs:*:*:s3-event-notification-queue\",
to this, the error went away:
Copy code
\"Resource\": \"*\",