Skip to content

Commit

Permalink
docs: grammer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshorr committed Nov 3, 2022
1 parent 77129d5 commit c40f472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Concrete Examples In Code Base:
reuse connections on same thread, but use new session if on different thread.
Also helps with unit testing, when Mocking requests URL calls.
- boto client/resource
- Library says it's not thread-safe, you need to use a diffrent object per-thread.
- Library says it's not thread-safe, you need to use a different object per-thread.
- Moto mocking library for AWS services needs you to allocate a client after it's setup,
(so lazily allocate client/resource from boto).
- Use `xyn_aws` for easy to use Dependency's that wrap boto client/resources that
Expand Down

0 comments on commit c40f472

Please sign in to comment.