Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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
- Created: 2022-11-20T14:35:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T18:44:28.000Z (4 months ago)
- Last Synced: 2024-10-08T18:13:07.019Z (4 months ago)
- Topics: apprunner, aws, copilot, fastapi, python
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 6
- 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.