Notes
Added a workaround for PyCharm to reduce CPU usage
bash
build stubs for service you use, in this case s3 and ec2, in <project_root>/typings
python -m mypy_boto3_builder --installed --skip-services typings -s s3 ec2
Add `<project_root>/typings` to your [Interpreter paths](https://www.jetbrains.com/help/pycharm/stubs.html#reuse-stubs)
Added
- `[builder]` [MWAA](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/mwaa.html) service support
Changed
- `[builder]` use `poetry` instead of `pipenv`
- `[docker]` rebase to `Python 3.9` on `Alpine 3.12`
- `[builder]` `--installed` flag no longer generates outdated `mypy_boto3` package
- `[builder]` `--installed` flag generates `boto3` module instead of `boto3-stubs`
Fixed
- `[boto3-stubs]` missing imports added
- `[builder]` incorrectly marked functions as overloads if there is only one option
- `[builder]` removed all `pylint` disable comments