https://github.com/miketheman/aws-blog-feed
Example web app demonstrating AWS Copilot CLI
https://github.com/miketheman/aws-blog-feed
apprunner aws copilot fastapi python
Last synced: 7 months ago
JSON representation
Example web app demonstrating AWS Copilot CLI
- Host: GitHub
- URL: https://github.com/miketheman/aws-blog-feed
- Owner: miketheman
- License: mit
- Archived: true
- Created: 2022-11-20T14:35:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T19:21:53.000Z (over 1 year ago)
- Last Synced: 2024-12-31T17:47:13.719Z (over 1 year ago)
- Topics: apprunner, aws, copilot, fastapi, python
- Language: Python
- Homepage:
- Size: 304 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-blog-feed
Web application to read the AWS Container Blog RSS feed and filter results.
## Getting Started
Check out code, run `docker compose up --build` and navigate to
## Deployment
Use [AWS Copilot](https://aws.github.io/copilot-cli/) to deploy.
```shell
copilot deploy
```
## Built With
- [Python 3.11](https://www.python.org/)
- Backend:
- [FastAPI](https://fastapi.tiangolo.com/)
- [uvicorn](https://www.uvicorn.org/)
- [feedparser](https://feedparser.readthedocs.io/)
- [cachetools](https://cachetools.readthedocs.io/)
- Frontend:
- [Jinja](https://jinja.palletsprojects.com/)
- [Water.css](https://watercss.kognise.dev/)
## Authors
- [Mike Fiedler](https://mike.fiedler.me)
## License
This project is licensed under the MIT License.
See the [LICENSE](LICENSE) file for details.