-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(@aws-cdk/aws-sqs): Support configuring high throughput for FIFO queues #15063
Comments
As far as I can tell, these properties aren't even available in CloudFormation yet. |
Thanks for the feature request! As @druska points out (thanks!), it looks like this feature isn't available via CloudFormation yet. Once support is added there, we can introduce the support to the |
The attributes look to be available in CFN now https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-deduplicationscope |
Closes #15063 *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Closes aws#15063 *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
High throughput mode on FIFO SQS queues is now generally available, and it would be convenient to be able to configure it via the CDK
Proposed Solution
Allow setting the following queue attributes:
deduplication_scope:
Default: QUEUE
fifo_throughput_limit:
Default: PER_QUEUE
An example of the options from boto3:
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sqs.html#SQS.Client.set_queue_attributes
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: