An open API service indexing awesome lists of open source software.

https://github.com/aws-samples/content-aggregator-example

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: The backend, am automaed content aggregation workflow.
https://github.com/aws-samples/content-aggregator-example

amplify lambda serverless step-functions

Last synced: 3 months ago
JSON representation

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: The backend, am automaed content aggregation workflow.

Awesome Lists containing this project

README

        

# Building Serverless Land

[Serverlessland](https://serverlessland.com) brings together all the latest blogs, videos, and training for AWS Serverless.
![Serverlessland](/resources/slandpipeline.png)

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](/backend) | [Blog](https://aws.amazon.com/blogs/compute/building-serverless-land-part-1-automating-content-aggregation/)

![backend](/resources/backend.png)

**Part 2: An auto-building static site** (the front-end site)
### [Code](/frontend) | [Blog](https://aws.amazon.com/blogs/compute/building-serverless-land-part-2-an-auto-building-static-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.

![frontend](/resources/frontend.png)