Lambda in localstack community doesn't get triggered

Hi guys, here is the thing.

I am using localstack community and I have created a lambda in it successfully. Have also successfully attached an event sourcing pointing to a kafka running locally. However, I put the message on the topic lambda is not getting triggered. I see a message in the log for localstack saying kafka is not in list of SERVICES.

Does anyone have any idea?

Hi,

It sounds like there are a lot of moving parts here, and far too many for us to help with.

Have you already tried reducing the complexity ?

What do you mean by reducing the complexity?

I have a lambda which uses a kafka as a trigger. That’s it. Kafka is not running in localstack. It is a separate app but I need it as my lambda is using it as a trigger so. All I want is to have the event sourcing working.

Any idea?

You mention a “topic” for instance, have you reduced your Serverless stack (.yml file) down to just a (SNS?) topic with a Lambda attached ?