Skip to content

Allow overriding the task definition configuration

What does this MR do?

This change makes configuration more flexible by enabling users to override the default Fargate Task Definition by setting the "CUSTOM_ENV_TASK_DEFINITION" environment variable or using the "task-def" command line argument.

Why was this MR needed?

This is necessary to address the issue #14 (closed).

Are there points in the code the reviewer needs to double check?

N/A

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - no conflicts

What are the relevant issue numbers?

Closes #14 (closed)

Merge request reports