https://pulumi.com logo
Title
f

fast-river-57630

11/03/2021, 1:28 PM
hrm. aws.lambda.CallbackFunction calling a awsx.ecs.FargateTaskDefinition with overrides. I can override name and command but not image within the FargateTaskDefinition.run? yeahhh and that looks like it's a limitation in aws-sdk . I don't want to have to create a custom task def just to run a one-off ECS task
yeah and if I try to instantiate the FargateTaskDefinition within the callback itself I get "Runtime.ImportModuleError: Error: Cannot find module '@pulumi/awsx/ecs/index.js'". which makes sense.