# lambda-switchboard-producer

This repository contains a single lambda translates Maxwell's Deamon kinesis events to Switchboard Kafka messages.

## Setup

```shell
cd lambda/kinesis_to_kafka
```

```shell
make pip_dev
```

## Linting and Testing

```shell
make lint
make test_unit
make fmt
```
