# AWS Lambda

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

**1.** Run unit tests.

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