Contact Details
[email protected]
Runtime
Python
What happened?
Some python examples are not fixing the version of moto imported. The tests are using the old depreciated syntax e.g. from moto import mock s3 rather than the new syntax from moto import mock_aws. See https://github.com/getmoto/moto/blob/master/CHANGELOG.md#500
Relevant log output