You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The schema KafkaSelfManagedEventSchema must have eventSource: z.literal('SelfManagedKafka'), instead of eventSource: z.literal('aws:SelfManagedKafka'),.
am29d
added
confirmed
The scope is clear, ready for implementation
and removed
triage
This item has not been triaged by a maintainer, please wait
labels
Nov 18, 2024
Expected Behavior
Original issue: aws-powertools/powertools-lambda-python#5559
The schema
KafkaSelfManagedEventSchema
must haveeventSource: z.literal('SelfManagedKafka'),
instead ofeventSource: z.literal('aws:SelfManagedKafka'),
.Reference: https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html
Current Behavior
Trying to validate with
aws:SelfManagedKafka
fails.Code snippet
No code snippet
Steps to Reproduce
Use this event to validate
Possible Solution
No response
Powertools for AWS Lambda (TypeScript) version
latest
AWS Lambda function runtime
20.x
Packaging format used
npm, Lambda Layers
Execution logs
The text was updated successfully, but these errors were encountered: