问题
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