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

Add permission to SQS queue #1772

Open
stevenbrookes opened this issue Sep 30, 2024 · 2 comments
Open

Add permission to SQS queue #1772

stevenbrookes opened this issue Sep 30, 2024 · 2 comments

Comments

@stevenbrookes
Copy link
Contributor

Hi

I need to be able to create an SQS queue and then call the AddPermission endpoint to allow a 3rd party to send messages to the queue. The AWS SDK has an add permission call to allow this, but I can't see the equivalent here. Is it possible to do either via the SQS library or maybe the IAM library?

Thanks

Steve

@jderusse
Copy link
Member

De async-aws packages don't provide all the method, but if you need one, you ca add it by following the guide: https://async-aws.com/contribute/generate.html#creating-a-new-client-operation

@stevenbrookes
Copy link
Contributor Author

Ah thanks for pointing me that section. I’ll work on a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants