You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found it not possible to send messages to the DLQ since the execution role of the lambda doesn't include SendMessage policy for the dead letter queue.
It is important to mention that it doesn't matter whether the SQS contains a policy that allows it to receive messages from the Lambda's ARN.
I also contacted Amazon support and they verified that this behavior is right.
The text was updated successfully, but these errors were encountered:
This should be documented on the README.md. The short examples provided do not contain both creation of the queue and the permission grant. There should be examples on these variations as there are multiple ways of creating the queue.
The one thing that serverless framework and it's plugins often fail, is the documentation.
Hi,
I found it not possible to send messages to the DLQ since the execution role of the lambda doesn't include SendMessage policy for the dead letter queue.
It is important to mention that it doesn't matter whether the SQS contains a policy that allows it to receive messages from the Lambda's ARN.
I also contacted Amazon support and they verified that this behavior is right.
The text was updated successfully, but these errors were encountered: