getmoto / moto

A library that allows you to easily mock out tests based on AWS infrastructure.
http://docs.getmoto.org/en/latest/
Apache License 2.0
7.66k stars 2.05k forks source link

Find a way to add extensions (e.g. callbacks) to moto #8254

Closed SaurabhDesai20 closed 3 weeks ago

SaurabhDesai20 commented 3 weeks ago

The issue involved extending the functionality of Moto, a library for simulating AWS services, by adding support for custom callbacks. The provided solution allows registering and triggering callbacks for events such as bucket creation or object uploads in mocked AWS environments. This enables better control and customization when testing cloud-related operations.