https://github.com/release-engineering/exodus-lambda
AWS Lambda functions for Red Hat's Content Delivery Network
https://github.com/release-engineering/exodus-lambda
Last synced: about 1 year ago
JSON representation
AWS Lambda functions for Red Hat's Content Delivery Network
- Host: GitHub
- URL: https://github.com/release-engineering/exodus-lambda
- Owner: release-engineering
- License: gpl-3.0
- Created: 2020-02-06T16:34:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T20:27:04.000Z (over 1 year ago)
- Last Synced: 2025-01-02T19:22:24.307Z (over 1 year ago)
- Language: Python
- Size: 3.5 MB
- Stars: 3
- Watchers: 13
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: support/fakefront/Containerfile
Awesome Lists containing this project
README
exodus-lambda
=============
AWS Lambda functions for Red Hat's Content Delivery Network

[](https://coveralls.io/github/release-engineering/exodus-lambda?branch=master)
[](https://release-engineering.github.io/exodus-lambda/)
Development
-----------
Patches may be contributed via pull requests to
https://github.com/release-engineering/exodus-lambda.
All changes must pass the automated test suite, along with various static
checks.
The [Black](https://black.readthedocs.io/) code style is enforced.
Enabling autoformatting via a pre-commit hook is recommended:
```
pip install -r requirements-dev.txt
pre-commit install
```
License
-------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.