Giovanni Grano

Results 17 issues of Giovanni Grano

## Motivation ## Changes

semver: patch

## Motivation ## Changes

semver: minor
docs: skip
notes: skip

## 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...

semver: patch

## 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...

area: persistence
aws:sqs
semver: patch
docs: skip
notes: skip

## Motivation > 🚧 ## Changes ## Tests ## Related

aws:stepfunctions
semver: patch
docs: skip
notes: skip

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...

enhancement
question

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...