content-aggregator-example icon indicating copy to clipboard operation
content-aggregator-example copied to clipboard

This repository contains all the example code to help you build a content aggregator like serverless land. It is split into 2 components: Part 1: The front-end, an auto-building static website. Part 2...

Building Serverless Land

Serverlessland brings together all the latest blogs, videos, and training for AWS Serverless. Serverlessland

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):

Code | Blog

backend

Part 2: An auto-building static site (the front-end site)

Code | Blog

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.

frontend