I wonder if there are any ready-to-use java classes in the aws-sdk or spring-cloud-aws for standard SQS events like S3 “ObjectCreated:Put” or if I need to create them on my own.
I didn’t find any and all examples seem to use very simple event bodies but maybe I’m blind.