This document discusses server-side rendering (SSR) using Angular 2 and AWS Lambda. It begins with an overview of SSR and how it improves search engine optimization (SEO) and page load times compared to single-page applications (SPAs). It then covers Angular Universal for SSR with Angular 2, including using Node.js to render the app on the server. Finally, it proposes using AWS Lambda for SSR, caching rendered HTML and calling the Lambda function via API Gateway to improve performance. Code examples of rendering an Angular 2 app with Lambda are provided in the angular2-universal-render GitHub repository.