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.
- Host: GitHub
- URL: https://github.com/aws-samples/content-aggregator-example
- Owner: aws-samples
- License: mit-0
- Created: 2020-11-02T10:28:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T18:09:42.000Z (4 months ago)
- Last Synced: 2025-03-10T18:48:18.635Z (4 months ago)
- Topics: amplify, lambda, serverless, step-functions
- Language: JavaScript
- Homepage:
- Size: 566 KB
- Stars: 39
- Watchers: 8
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.
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/)
**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.
