Skip to content

feature: Add scheduled ECS task support#1

Merged
jpelgrims merged 1 commit intomainfrom
feature/add-scheduled-ecs-task-support
Feb 23, 2026
Merged

feature: Add scheduled ECS task support#1
jpelgrims merged 1 commit intomainfrom
feature/add-scheduled-ecs-task-support

Conversation

@jpelgrims
Copy link
Copy Markdown

@jpelgrims jpelgrims commented Feb 23, 2026

Example:

  - id: my-task-family # in case of ECS scheduled tasks, this is the ECS task definition family name
    type: ecs-scheduled-task
    rule: my-eventbridge-rule # the EventBridge rule that schedules this task
    version: v1
    event-bus-name: default # optional, defaults to "default"
    version-environment-key: VERSION # optional, updates the given environment variable in the container with the version when deploying

@jpelgrims jpelgrims requested a review from wouove February 23, 2026 13:44
@jpelgrims jpelgrims merged commit 3e8d975 into main Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants