This document summarizes how Mondadori, a large Italian publishing company, developed a serverless big data architecture on AWS to analyze user data and improve advertising revenue. It aggregates all user data in an S3 data lake and uses Athena to query the data and Lambda to run machine learning algorithms on new users each night. The Lambda results are collected using Kinesis Firehose. This scalable architecture costs approximately $55 per day to analyze 10 million users, and could linearly scale to handle more users at the same computational time. Future improvements discussed include using AWS Batch and Machine Learning services.