Skip to content
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

boto3 python: async sns publish #29363

Closed
2 tasks
archws225 opened this issue Mar 5, 2024 · 4 comments
Closed
2 tasks

boto3 python: async sns publish #29363

archws225 opened this issue Mar 5, 2024 · 4 comments
Labels
@aws-cdk/aws-sns Related to Amazon Simple Notification Service feature-request A feature should be added or improved. p2

Comments

@archws225
Copy link

Describe the feature

i want a python equivalent of the amazonSNSAsync.publishAsync() call in boto3. this needs to be done for an aws customer

Use Case

the boto3 sns client publish() method takes too long. i need to send and forget the published message

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.85

Environment details (OS name and version, etc.)

linux

@archws225 archws225 added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 5, 2024
@github-actions github-actions bot added the @aws-cdk/aws-sns Related to Amazon Simple Notification Service label Mar 5, 2024
@pahud
Copy link
Contributor

pahud commented Mar 5, 2024

Which cdk construct are you asking? Can you share some code snippets?

@pahud pahud added p2 response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed needs-triage This issue or PR still needs to be triaged. labels Mar 5, 2024
@archws225
Copy link
Author

archws225 commented Mar 6, 2024

@pahud what do you mean by construct? here is a code snippet

import boto3

sns_client = boto3.client("sns")

    sns_client.publish(
        TopicArn=destination_sns_arn,
        Message=my_message,
    )

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Mar 6, 2024
@pahud
Copy link
Contributor

pahud commented Jun 3, 2024

I guess you want to report this to boto3 github?

I am closing it as it's not relevant to CDK. Feel free to reopen if it's still relevant.

@pahud pahud closed this as completed Jun 3, 2024
Copy link

github-actions bot commented Jun 3, 2024

⚠️COMMENT VISIBILITY WARNING⚠️

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-sns Related to Amazon Simple Notification Service feature-request A feature should be added or improved. p2
Projects
None yet
Development

No branches or pull requests

2 participants