Skip to content

Commit

Permalink
updates as per pr review
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Rojas <[email protected]>
  • Loading branch information
robertojrojas committed Jul 18, 2023
1 parent 0e710de commit 6dfef27
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions pubsub/aws/snssqs/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ metadata:
- name: region
required: true
description: |
The AWS region to the instance. See this page for valid regions:
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html.
Ensure that DynamoDB are available in that region.
The AWS region where the SNS/SQS assets are located or be created in. See the regions product services page.
Ensure that SNS and SQS are available in that region.
url:
title: "Regions Product Services"
url: "https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/?p=ugi&l=na"
example: '"us-east-1"'
type: string
- name: endpoint
Expand Down Expand Up @@ -89,19 +91,24 @@ metadata:
- name: fifo
description: |
Use SQS FIFO queue to provide message ordering and deduplication.
See further details about SQS FIFO:
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html
See SQS FIFO documentation further details.
url:
title: "SQS FIFO documentation"
url: "https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html"
type: bool
default: 'false'
example: '"true", "false"'
- name: fifoMessageGroupID
required: false
description: |
If fifo is enabled, instructs Dapr to use a custom Message Group ID
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html
for the pubsub deployment. This is not mandatory as Dapr creates a
custom Message Group ID for each producer, thus ensuring ordering
of messages per a Dapr producer.
of messages per a Dapr producer.
See Message Group ID Property documentation.
url:
title: "Message Group ID Property documentation"
url: "https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html"
example: '"app1-mgi"'
type: string
- name: disableEntityManagement
Expand Down

0 comments on commit 6dfef27

Please sign in to comment.