# AWS Lambda

`spotify_charts_notifications` is service which send push notifications regarding track changes in charts.
Service uses: MySQL, Redis, SQS, Sentry

**1.** Run unit tests.

```bash
$ docker-compose run service pytest -vv
```
