Changed
- `SessionFactory` exposes underlying `session` and `service_name` as attributes
- Added docstrings to all methods
- Package no longer depends on `typing-extensions` explicitly
Fixed
- Removed usage of `Unpack` kwargs for `client`/`resource` for PyCharm support
- `boto34[aioboto3]` extra dependencies were incomplete
- Speed up `mypy` cold start by 30% by using a new file structure