-
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
sns: Support for SignatureVersion #29539
sns: Support for SignatureVersion #29539
Comments
Hi @jun1-t thanks for the feature request and we would appreciate any pull request. As a current workaround here is the |
Hi @jun1-t Yes this would be great to include that in the L2 props. Welcome and appreciate your pull request. Let me know if you need any help. |
Closes #29539. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Describe the feature
Enable setting of SignatureVersion in the L2 construct for SNS topics.
https://docs.aws.amazon.com/sns/latest/dg/sns-verify-signature-of-message.html
Use Case
To set the SignatureVersion, it is necessary to configure it via L1.
https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html#cfn-sns-topic-signatureversion
Proposed Solution
Allows passing the "SigantureVersion" parameter as an argument.
Other Information
No response
Acknowledgements
CDK version used
2.133.0
Environment details (OS name and version, etc.)
irrelevant
The text was updated successfully, but these errors were encountered: