Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.