question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support FIFO SNS topics with Polly start_speech_synthesis_task

See original GitHub issue

Is your feature request related to a problem? Please describe. We’d like to use AWS Polly with a FIFO SNS topic. Currently, the client raises a ValidationException if the ARN is for a FIFO topic since the regex doesn’t support a ..

Describe the solution you’d like Allow .fifo in my SNS topic ARN when using polly.start_speech_synthesis_task

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kdailycommented, Feb 26, 2021

I can’t provide any guarantees or implementation dates unless they’re provided by the service team. Since this is a change that would affect all SDKs, ~I’m going to move it to the central AWS-SDK issue tracking repo for tracking purposes. If we get any more information it will be relayed here!~

Edit: since this is open in the boto org, I cannot transfer it to the aws org, so here it will remain!

1reaction
kdailycommented, Feb 24, 2021

Thanks for the feature request, @ngoue. The regex there is set by the API. I will raise this issue with the Polly team.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Message ordering and deduplication (FIFO topics)
Use Amazon SNS FIFO topics with Amazon SQS FIFO queues to integrate distributed applications that require data consistency in near-real time.
Read more >
Specify `SnsTopicArn` on FIFO SNS Topics on AWS Polly and ...
Is your feature request related to a problem? Please describe. · Describe the solution you'd like. Expand RegExp validation on SnsTopicArn to ...
Read more >
Create and publish to a FIFO Amazon SNS topic using an ...
Create a FIFO topic, subscribe an Amazon SQS FIFO queue to the topic, and publish a message to an Amazon SNS topic.
Read more >
SNS FIFO Topic Doesn't fan out messages to SQS FIFO queue
I am able to get PublishResult#getMessageId() means the publishing part is happening successfully but the queue doesn't have any messages in it.
Read more >
Amazon SNS Supports FIFO for Pub/Sub Messaging - InfoQ
AWS has recently introduced support for First-in-First-out (FIFO) topics in Amazon SNS with strict ordering and deduplication of messages.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found