https://github.com/markusl/hese-app
An application for checking if Hesburger is selling ice cream at the moment - https://hese.olmi.be/
https://github.com/markusl/hese-app
Last synced: about 1 year ago
JSON representation
An application for checking if Hesburger is selling ice cream at the moment - https://hese.olmi.be/
- Host: GitHub
- URL: https://github.com/markusl/hese-app
- Owner: markusl
- Created: 2020-12-03T18:59:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T13:24:16.000Z (over 2 years ago)
- Last Synced: 2025-04-14T10:02:21.557Z (about 1 year ago)
- Language: TypeScript
- Size: 4.11 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS CDK & AWS Amplify React App
[Hesburger Ice Cream status](https://hese.olmi.be/) - an app for tracking whether the Finnish hamburger chain Hesburger serves Ice Cream at the moment. Inspired by the brokenness of the McDonald's Ice Cream status reporting [McBroken](https://mcbroken.com/).

## How this has been made
The project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
AWS infrastructure is built with following technology choices:
* React App for the frontend application
* AWS Amplify for the frontend distribution
* AWS Lambda for updating data
* S3 for status storage
* AWS CDK for infrastructure code
* AWS CDK Pipelines for contiunous deployment
