-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Currently I receiving an error when using kafka as a event trigger on lambda: [Serverless IDE] Unexpected property kafka.
Has some example for how to configure a Ignore Rules to ignore this by now?
my serverless.yml:
functions:
myFunction:
handler: src/execute.handler
events:
- kafka:
topic: myTopic
bootstrapServers:
- ${self:provider.environment.CONSUMER_BROKER_1}
- ${self:provider.environment.CONSUMER_BROKER_2}
- ${self:provider.environment.CONSUMER_BROKER_3}
enabled: true
batchSize: 50
startingPosition: LATEST
Metadata
Metadata
Assignees
Labels
No labels