How to run a ECS task once when cdk deploy #734
Unanswered
Fitmavincent
asked this question in
Q&A
Replies: 1 comment
-
There is this https://github.com/pahud/cdk-fargate-run-task - but also that does not offer the required functionality ... I had the same problem - and because it's not solved, we've stopped CDK |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been looking around a solution to run a ECS task once during
cdk deploy
. I've triedEcsRunTask
or using the state machine from Step functions. None of that triggers an run / execution of the task. Can anyone point me a direction on this?None of the above works for an execution
Beta Was this translation helpful? Give feedback.
All reactions