# Mobile versions updating lambda - README

A lambda to check published to app stores ApolloGo versions
an compare them with saved into DB ones.

This lambda do 3 main things:

1. Scrape App Store and Play Market websites to retrieve latest published ApolloGo SME versions.
2. Compare scrapped data with ones saved in DB.
3. Saved newer versions to DB.

**1.** Run unit tests.

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