pulumi-ai
pulumi-ai copied to clipboard
Incorrect example for deploying a fargate service
https://www.pulumi.com/ai/conversations/3f06452d-4b4c-4739-b9b9-24fcaeac6381
A couple of issues:
- 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
toawsx.ecs.FargateService
which doesn't compileType 'FargateTaskDefinition' is not assignable to type 'Input<string> | undefined'.