boto / boto3

AWS SDK for Python
https://aws.amazon.com/sdk-for-python/
Apache License 2.0
8.81k stars 1.84k forks source link

Add caveat about default session #4157

Closed nateprewitt closed 3 weeks ago

nateprewitt commented 3 weeks ago

This PR clarifies that boto3.client is not a thread-safe method and should be avoided in concurrent contexts.

jonathan343 commented 3 weeks ago

Single Backtick

Screenshot 2024-06-05 at 12 20 43 PM

Double Backtick

Screenshot 2024-06-05 at 12 19 18 PM
nateprewitt commented 3 weeks ago

Good call outs!