Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aws/aws-rfdk
The Render Farm Deployment Kit on AWS is a library for use with the AWS Cloud Development Kit that helps you define your render farm cloud infrastructure as code.
https://github.com/aws/aws-rfdk
aws cdk cloud-infrastructure infrastructure-as-code
Last synced: about 1 month ago
JSON representation
The Render Farm Deployment Kit on AWS is a library for use with the AWS Cloud Development Kit that helps you define your render farm cloud infrastructure as code.
- Host: GitHub
- URL: https://github.com/aws/aws-rfdk
- Owner: aws
- License: apache-2.0
- Created: 2020-06-23T16:20:36.000Z (over 4 years ago)
- Default Branch: mainline
- Last Pushed: 2024-03-25T20:45:12.000Z (8 months ago)
- Last Synced: 2024-05-10T18:44:30.934Z (6 months ago)
- Topics: aws, cdk, cloud-infrastructure, infrastructure-as-code
- Language: TypeScript
- Homepage: https://docs.aws.amazon.com/rfdk/index.html
- Size: 6.52 MB
- Stars: 103
- Watchers: 14
- Forks: 36
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Render Farm Deployment Kit on AWS (RFDK)
The Render Farm Deployment Kit on AWS is an open-source library for use with the
[AWS Cloud Development Kit](https://github.com/aws/aws-cdk) that is designed to help you
deploy, configure, and maintain your render farm infrastructure in the cloud.It offers high-level object-oriented abstractions to define render farm infrastructure
using the power of Python and Typescript.The RFDK is available in:
- Javascript, Typescript ([Node.js >= 18.0.0](https://nodejs.org/download/release/latest-v18.x/) officially supported, [Node.js >= 14.15.0](https://nodejs.org/download/release/latest-v14.x/) unofficially supported)
- We recommend using an [Active LTS Release](https://nodejs.org/en/about/releases/)
- Python ([Python >= 3.6](https://www.python.org/downloads/))Note: Language version compatibility is the greater of those listed above and
the versions listed in the [AWS CDK](https://github.com/aws/aws-cdk/blob/master/README.md).## Table of Contents
- [Reporting Bugs/Feature Requests](#reporting-bugs/feature-requests)
- [Security issue notifications](#security-issue-notifications)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [Licensing](#licensing)## Reporting Bugs/Feature Requests
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
When filing an issue, please check existing open, or recently closed, issues to make sure somebody else hasn't already
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:- A reproducible test case or series of steps
- The version of our code being used
- Any modifications you've made relevant to the bug
- Anything unusual about your environment or deployment## Security issue notifications
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
## Contributing
Contributions to the RFDK are encouraged. If you want to fix a problem, or want to enhance the library in any way, then
we are happy to accept your contribution. Information on contributing to the RFDK can be found
[in CONTRIBUTING.md](https://github.com/aws/aws-rfdk/blob/release/CONTRIBUTING.md).## Code of Conduct
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
[email protected] with any additional questions or comments.## Licensing
See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.