This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
boto3.resource vs boto3.client #4412
Labels
documentation
This is a problem with documentation.
needs-triage
This issue or PR still needs to be triaged.
Describe the issue
in this example,
boto3.resource()
is used as a clientin later examples, we use
boto3.client()
.Which method is preferred?
Links
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/sqs.html#creating-a-queue
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/sqs-example-sending-receiving-msgs.html#receive-and-delete-messages-from-a-queue
The text was updated successfully, but these errors were encountered: