Skip to content

How to parse S3 Events and access fields #1147

Answered by aajtodd
i-mann asked this question in Q&A
Discussion options

You must be logged in to vote

There is not a built in way to serialize/deserialize S3 event notifications.

You may be able to re-use aws_lambda_events which does provide serde implementations.

See also the S3 event message structure for reference: https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-content-structure.html

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@i-mann
Comment options

@aajtodd
Comment options

@i-mann
Comment options

Answer selected by jmklix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants