You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS Python SDK team does not intend to add new features to the resources interface in boto3. Existing interfaces will continue to operate during boto3’s lifecycle. Customers can find access to newer service features through the client interface.
I will go ahead and close this issue for those reasons.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the feature
The SNS client has a public_batch to send a batch of notifications: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sns/client/publish_batch.html
Notice that in a public_batch, all notifications are sent to one unique TopicArn. Unfortunately, the Topic resource does not have that method, only having publish supported: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sns/topic/index.html
Use Case
Having a publish_batch method inside the Topic Resource would simplify code and the integration with the SNS Extended Client Library (https://github.com/awslabs/amazon-sns-python-extended-client-lib)
Proposed Solution
No response
Other Information
No response
Acknowledgements
SDK version used
Latest, 1.28.83 as of this writing
Environment details (OS name and version, etc.)
Irrelevant
The text was updated successfully, but these errors were encountered: