Example project for a lambda function using Clear Architecture and good programming practices. In this example, the lambda will be responsible for listening to a Kafka event, validating the Avro schema and creating a protocol internally.
[ Clear Architecture ]
git clone https://github.com/luucashc/worker-create-protocol-consumer.gitcd worker-create-protocol-consumernpm installsls invoke local --function app --path event-example.json
npm test