Serverlessland brings together all the latest blogs, videos, and training for AWS Serverless.
This repository contains all the example code to help you build a content aggregator like Serverlessland. It is split into 2 components: Part 1: The frontend, an auto-building static website. Part 2: The backend, an automated content aggregation workflow.
Part 1: Automated content aggregation (the backend application):
Part 2: An auto-building static site (the front-end site)
This is a static website that automatically aggregates content from a number of RSS feeds. The content exists in static JSON files, which generate a new site build each time they are updated. The result is a low-maintenance, low-latency serverless website, with almost limitless scalability.