-
Notifications
You must be signed in to change notification settings - Fork 403
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: KafkaSelfManagedEventModel eventSource not correct #5559
Comments
Hi @Mavtti! Thank you very much for catching this bug! We need to fix this. Please let me know if you want to submit a PR to fix it, otherwise I can do it. |
|
This is now released under 3.4.0 version! |
Expected Behaviour
Hello,
the envelope KafkaSelfManagedEventModel should have
eventSource = Literal["SelfManagedKafka"]
Current Behaviour
Currently, it expects
eventSource = Literal["aws:SelfManagedKafka"]
Code snippet
Possible Solution
No response
Steps to Reproduce
parse with envelope
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: