Closed mumia closed 7 years ago
@kmfk Can you review this implementation please?
@mumia I was a little quick to merge that last PR (#117), I just resolved the conflict I created by doing so
The inspection completed: 3 updated code elements
@mumia Thanks for your work, however, there is a little bug with the push notification and FIFO queue. You can see the PR #124 for the fix.
@francoispluchino It seems I mislead you with my implementation. SNS topic subscription is not currently support by AWS for FIFO Queues. Check the "Compatibility" section on: http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html
I will write a fix for my PR removing the push notification support on fifo queues.
Indeed, the doc isn't updated regarding the regions available, but SNS is still not available with SQS FIFO. Thanks for your precision.
On the other hand, my PR fixes the error 400 Invalid parameter: Topic Name
.
Adds support for creating/destroying/publishing/receiving messages to and from an AWS FIFO Queue