Description
Mocks AWS services used through boto and boto3 so Python tests can run without contacting real cloud APIs. It helps developers test code that would otherwise create, modify, or delete cloud resources.
Mocks do not perfectly match every cloud behavior. Critical permissions, billing impact, and deployment workflows should still be tested carefully against controlled real environments.