Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect example for deploying a fargate service #85

Open
EvanBoyle opened this issue May 8, 2024 · 0 comments
Open

Incorrect example for deploying a fargate service #85

EvanBoyle opened this issue May 8, 2024 · 0 comments
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@EvanBoyle
Copy link

https://www.pulumi.com/ai/conversations/3f06452d-4b4c-4739-b9b9-24fcaeac6381

A couple of issues:

  1. Pulumi AI doesn't know about the new docker-build provider
  2. It suggests using const image = awsx.ecr.buildAndPushImage which doesn't exist
  3. 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'.
@mikhailshilkov mikhailshilkov added the needs-triage Needs attention from the triage team label Sep 19, 2024
@cleverguy25 cleverguy25 added kind/bug Some behavior is incorrect or out of spec and removed needs-triage Needs attention from the triage team labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

3 participants