Skip to content

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

Notifications You must be signed in to change notification settings

luucashc/lambda-protocol-consumer

Repository files navigation

lambda-protocol-consumer

Descrição do Projeto

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.

Documentações

[ Clear Architecture ]

Monitoramento

New Relic

Pré-requisitos

Node.js 20

Serverless Framework

Instalação do Projeto

git clone https://github.com/luucashc/worker-create-protocol-consumer.git
cd worker-create-protocol-consumer
npm install

Como Rodar

sls invoke local --function app --path event-example.json

Como Testar

npm test

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published