moto-ext is an extension of the moto library for mocking AWS services in tests. It provides additional AWS service mocks not included in the core moto package. Current version 5.1.33, requires Python >=3.9. Released as part of the moto ecosystem.
pip install moto-extNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: use @mock_aws decorator from moto to mock all AWS services, including those provided by moto-ext.
Install 'moto-ext' via pip: pip install moto-ext.
Use 'from moto import mock_aws' and all other imports from 'moto'.
Replace 'pip install moto' with 'pip install moto-ext'.