Amazon web services – I'm unable to find a type for aws s3 event notifications in python
I am working in python and have a code that receives s3 event notifications via an SQS. I'm trying to find existing type support (for type hints and parsing using pydantic) for events such as s3:ObjectCreated - I would assume…