This document describes building a serverless log analytics platform. It discusses the challenges with conventional logging architectures that require managing servers and have scalability issues. The document then introduces a serverless approach using AWS services like Kinesis, S3, Elasticsearch, and Kibana that allows logging infrastructure to scale infinitely with no server management. Code examples show how to set up logging pipelines to stream logs in real time to storage and analytics using this serverless architecture.