Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 868 Bytes

File metadata and controls

41 lines (30 loc) · 868 Bytes

Fargate Task Definition Validator

Python CI

A simple utility to validate if a given AWS ECS task definition is compatible with Fargate.

main

Installation

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 .

Usage

To validate a task definition:

fargate-validator examples/fail_task.json

Testing

You can run tests with:

pytest

Contributing

  1. Fork the repository.
  2. Create a new branch for your features or fixes.
  3. Push your changes to your branch.
  4. Create a Pull Request.

Feedback, issues, and contributions are always welcome!