Used to showcase finch and functional effects in real world scenario
To test locally
- build
sbt docker
- Use docker compose
docker-compose -f docker-compose-local.yml up -d
- Create sqs queue using https://github.com/localstack/awscli-local
awslocal sqs create-queue --queue-name Test
- POST some content using curl i.e
curl -v --header "Content-Type: text/plain" \
--header "Origin: localhost" \
--header "Referer: example.com" \
--data 'some-random-data' localhost:8080/beacons