We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@jegesh If you want, I can start working on this. It'd be useful for my organisation as well.
Sorry, something went wrong.
Making use of service resource over the low level client for SQS.
7314d90
References jegesh#39. Signed-off-by: hjpotter92 <hjpotter92+github@gmail.com>
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: