# Image Encoding lambda

Lambda Assets Image Encoding

## Setup

- Ensure you have [docker](https://docs.docker.com/get-docker/) installed
- Ensure you have proper access to ECR ([docs](https://www.notion.so/AWS-Access-f841b9dd815d4443a80e96a86c92cd2f#5618a9119254428e9baeada414767e85))

## Start Container Locally

```sh
docker compose up --build -d function
```

## Linting and Testing

```sh
docker compose run --rm --build lint-and-test
```
