# AWS Lambda

`update_market_vendors` is service which update vendors support flag in ApolloMarket records with results got from
Spotify and AppleMusic API through Vendor API.
Service uses: MySQL, Sentry

**1.** Run unit tests.

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