# AWS Lambda

`spotify_playlists_additions_notifications` is service which fetches fresh added tracks to TOP spotify playlists
and sends push message.
Service uses: MySQL, Redis, SQS, Sentry

**1.** Run unit tests.

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