-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add high throughput properties for fifo #216
Conversation
Is it appropriate to update the example in the |
LGTM! |
@Gadam8 Please also add a minor version update 0.1.0 -> 0.2.0 |
@KhudaDad414 Can you take a look when you have a chance? Thanks 🙏 |
@derberg @KhudaDad414 Could I get a review on this when you have a chance please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JSON Schema matches with the README file.
Description
This PR adds the missing properties required to enable high throughput on a FIFO queue. The two properties are
deduplicationScope
andfifoThroughputLimit
. As outlined in the AWS documentation - https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/high-throughput-fifo.html#enable-high-throughput-fifo.Related issue(s)