-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 SNS Subscriptions: missing match_suffixes argument #28765
Comments
I'll take this. |
According to this, yes we do not have matchSuffixes at this moment. aws-cdk/packages/aws-cdk-lib/aws-sns/lib/subscription-filter.ts Lines 4 to 38 in 20ad55e
|
Closes #28765. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Closes aws#28765. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Closes #28765. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the feature
I've been working with AWS SNS Filter Policy and CDK for Python. I noticed that there are no parameter to set suffixes, only prefixes. Is there any way to pass policy as dict?
Use Case
Code snippet
Proposed Solution
Maybe to include
match_suffixes
in future releases; or a way to pass filter policy as dict.I am using
CfnSubscription
as workaround.Other Information
No response
Acknowledgements
CDK version used
2.122.0 (build 7e77e02)
Environment details (OS name and version, etc.)
macOS, Python 3.12.1
The text was updated successfully, but these errors were encountered: