Giovanni Grano
Giovanni Grano
## Motivation As we are introducing SDKs to interact with LocalStack endpoints, we want to gather some analytics about their usage. My idea was to use one `UsageSetCounter` for each...
## Motivation Whenever we save an SQS state, we should avoid snapshotting expired messages. We have seen reports from users claiming that the saved states contain messages that should have...
## Motivation > 🚧 ## Changes ## Tests ## Related
LocalStack uses `moto` as a backend for many emulated services. For these services, we implement the persistence features by serializing and deserializing the various `BackendDicts`. Our new implementation of persistence...
This PR reworks the annotation for SES, as suggested in https://github.com/getmoto/moto/issues/9389. In a few instances, a proper type annotation would require the introduction of new types mapping specific AWS data...