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

Making use of service resource over the low level client for SQS #39

Open
hjpotter92 opened this issue Jul 3, 2020 · 1 comment
Open

Comments

@hjpotter92
Copy link
Contributor

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sqs.html#service-resource

The resource objects are lazily loaded. No need for an extra API call.

https://stackoverflow.com/a/48867829/1190388

@hjpotter92
Copy link
Contributor Author

@jegesh If you want, I can start working on this. It'd be useful for my organisation as well.

hjpotter92 added a commit to hjpotter92/python-sqs-listener that referenced this issue Jul 6, 2020
References jegesh#39.

Signed-off-by: hjpotter92 <hjpotter92+github@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants