Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Task Definition ARN Option #1

Merged
merged 4 commits into from
Jul 6, 2023
Merged

Conversation

muzfuz
Copy link

@muzfuz muzfuz commented Jul 6, 2023

Allows us to pass in a task definition ARN instead of a file. This way, an pre-existing and already deployed task definition can be used to run subsequent tasks.

Worth noting that if the task hasn't been registered yet then this can fail.

@muzfuz muzfuz force-pushed the add-task-def-arn-option branch 2 times, most recently from 943f856 to cb59e6a Compare July 6, 2023 11:26
@muzfuz muzfuz changed the title Add Task Definition ARN Option feat: Add Task Definition ARN Option Jul 6, 2023
'task-definition': 'task-definition.json',
'run-task': 'true',
}[input];
});
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case you're wondering what's going on here - I've removed jest "magic" and replaced it with an actual object that is easier to test against. Same in several other areas.

@muzfuz muzfuz merged commit 638e220 into main Jul 6, 2023
5 checks passed
@muzfuz muzfuz deleted the add-task-def-arn-option branch July 6, 2023 13:19
muzfuz added a commit that referenced this pull request Jul 11, 2023
* Add task def arn options

* Remove console.log

* Additional debug logging

* package
muzfuz added a commit that referenced this pull request Aug 4, 2023
* Add task def arn options

* Remove console.log

* Additional debug logging

* package
muzfuz added a commit that referenced this pull request Aug 4, 2023
* Add task def arn options

* Remove console.log

* Additional debug logging

* package
muzfuz added a commit that referenced this pull request Aug 4, 2023
* Add task def arn options

* Remove console.log

* Additional debug logging

* package
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