Error setting up notifications from S3 bucket to FIFO SQS queue due to required “.fifo” suffix

我的未来我决定 提交于 2019-12-11 06:10:02

问题


Folks, I believe I've encountered a minor bug on the newest AWS FIFO SQS, does anyone have a solution for the following error I am getting?

  • I've created a FIFO queue on AWS SQS Management Console (us-west-2 region). To create a FIFO queue, SQS mgmt console requires that you insert a ".fifo" suffix on the queue's name (which is unusual -- "." is not recommended for naming anything on AWS).

  • I've set the appropriate permissions on this queue to receive notifications from a bucket I own on the same region.

  • (The error) Went to S3's management console -> chose the appropriate bucket -> clicked on "Properties" -> Events to setup event notifications on "ObjectCreated (All)". When typing the ARN name for the SQS queue it (expectedly) complains about the "." on the queue's name.

I understand I can instead create a standard queue, but I would much rather have a FIFO queue based on my requirements.

Thank you.


回答1:


Fifo queues currently are not compatible to receive notifications.

Check NOTE: http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-subscribe-queue-sns-topic.html



来源:https://stackoverflow.com/questions/41383699/error-setting-up-notifications-from-s3-bucket-to-fifo-sqs-queue-due-to-required

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!