We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
the envelope KafkaSelfManagedEventModel should have eventSource = Literal["SelfManagedKafka"]
eventSource = Literal["SelfManagedKafka"]
Currently, it expects eventSource = Literal["aws:SelfManagedKafka"]
eventSource = Literal["aws:SelfManagedKafka"]
class KafkaSelfManagedEventModel(KafkaBaseEventModel): """Self-managed Apache Kafka event trigger Documentation: -------------- - https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html """ eventSource: Literal["SelfManagedKafka"]
No response
parse with envelope
latest
3.9
PyPi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: