https://pulumi.com logo
a

adamant-dress-73325

09/20/2019, 8:36 PM
Is there a way to invoke
task.run({ cluster });
on a FargateTaskDefinition at the top-level of our pulumi program during update? We are trying to run a one-off task inside a container, without needing lambda like in https://www.pulumi.com/docs/guides/crosswalk/aws/ecs/#running-fire-and-forget-tasks .
@lemon-spoon-91807 Sorry to ping, but would you know if it is possible to run a one-off task without lambda?