How are IntelligentTiering events meant to be parsed? #7441
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @daniel-amag. I'm converting this discussion to an issue because looks like we need to make some changes in our models. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing this because I converted to an issue - #7443 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm very confused about the schema I'm meant to parse for IntelligentTiering events from S3 to a Lambda. The documentation here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/intelligent-tiering-managing.html has an "intelligentTieringEventData" field that does not appear under the S3RecordModel. "destinationAccessTier" seems to only appear under "S3EventNotificationEventBridgeDetailModel". The only other likely candidate - glacier_event_data is None.
I'm using aws_lambda_powertools 3.20.0
Here's the event I actually receive at my lambda. The "record" and "records" fields being different to the "Records" I was expecting from the modle is throwing me off. Also get_object instead of object?
Beta Was this translation helpful? Give feedback.
All reactions