A simple utility to validate if a given AWS ECS task definition is compatible with Fargate.
Clone the repository:
git clone https://github.com/joozero/fargate-task-definition-validator
Navigate to the project directory and install dependencies:
cd fargate-task-definition-validator
pip install .
To validate a task definition:
fargate-validator examples/fail_task.json
You can run tests with:
pytest
- Fork the repository.
- Create a new branch for your features or fixes.
- Push your changes to your branch.
- Create a Pull Request.
Feedback, issues, and contributions are always welcome!