-
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
(sns): Allow delivery retry policy configuration of HTTPS subscription on SNS topic #17576
Comments
Thanks for the feature request. While you're waiting for the feature, you can use escape hatches to set the underlying Cloudformation properties. (In this case, it looks like the Subscription Relevant docs on the feature for reference: https://docs.aws.amazon.com/sns/latest/dg/sns-message-delivery-retries.html#creating-delivery-policy |
I just came across this use case, it would be neat it implemented |
Also working this for being able to set the HTTP/S Content Header type via the topic CDK creation for those that have subscribers of multiple types. Thanks! |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Description
While creating HTTPS Subscription on SNS topic, there's no way to configure the retry policy.
Use Case
I am creating SNS topic and HTTPS subscription using CDK and want to provide custom delivery retry policy.
Proposed Solution
Update UrlSubscriptionProps interface to provide deliveryRetryPolicy as well.
Other information
No response
Acknowledge
The text was updated successfully, but these errors were encountered: