Pulumi AI doesn't know about the new docker-build provider
It suggests using const image = awsx.ecr.buildAndPushImage which doesn't exist
it suggest passing a awsx.ecs.FargateTaskDefinition to awsx.ecs.FargateService which doesn't compile Type 'FargateTaskDefinition' is not assignable to type 'Input<string> | undefined'.
https://www.pulumi.com/ai/conversations/3f06452d-4b4c-4739-b9b9-24fcaeac6381
A couple of issues:
const image = awsx.ecr.buildAndPushImage
which doesn't existawsx.ecs.FargateTaskDefinition
toawsx.ecs.FargateService
which doesn't compileType 'FargateTaskDefinition' is not assignable to type 'Input<string> | undefined'.