|
@@ -54,9 +54,9 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "bucket" {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-# SNS and SQS configuration for the root bucket
|
|
|
|
|
|
+# SQS configuration for the root bucket
|
|
#
|
|
#
|
|
-# NOTE! Only this first sns/sqs needs to be set up.
|
|
|
|
|
|
+# NOTE! Only this first sqs needs to be set up.
|
|
# The module will set up the sqs queues for FIFO.
|
|
# The module will set up the sqs queues for FIFO.
|
|
#
|
|
#
|
|
# Remember that the consumer service needs access to the FIFO queues,
|
|
# Remember that the consumer service needs access to the FIFO queues,
|