-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: There is no sequencer property in S3 LifecycleTransition event #6150
Comments
Hi @DKurilo! Thanks for opening this issue and reporting this bug! I can confirm that the value of Do you want to submit a PR to fix this? |
Hi @leandrodamascena , |
Hey @DKurilo! I don't think we need a validator since there are many variations of I'm assigning this issue to you! Thanks. |
Here is PR: #6154 |
|
Expected Behaviour
Parsed s3 event when parsing LifecycleTransition event
Current Behaviour
Parsing error. Actually for
LifecycleTransition
I see many errors.Code snippet
Possible Solution
This line
https://github.com/aws-powertools/powertools-lambda-python/blob/develop/aws_lambda_powertools/utilities/parser/models/s3.py#L26
can be:
and this line:
https://github.com/aws-powertools/powertools-lambda-python/blob/develop/aws_lambda_powertools/utilities/parser/models/s3.py#L48
Steps to Reproduce
Copy code snippet and run it.
Powertools for AWS Lambda (Python) version
latest
AWS Lambda function runtime
3.9
Packaging format used
PyPi
Debugging logs
The text was updated successfully, but these errors were encountered: