the existing python tooling on pulumi made our com...
# python
s
the existing python tooling on pulumi made our company talking about "second platform effect" for last two weeks 🙂 it seems a bit forgotten/broken vs its typescript counterpart
e
Hmm I’m curious is that comment for Crosswalk + Python specifically or Python experience in general?
s
python experience in general
i can try to get you a list of missing features but no promise
but our biggest problem was worker type ecs being non existent
(i might be using wrong naming sorry, i was focused on completely different thing)
e
Yeah any pointers are appreciated, I can go chase this down or file issues. I think you’re saying using AWS ECS in Python there’s bugs preventing you from picking worker type? Like this maybe?
Copy code
instanceType
https://github.com/pulumi/pulumi-awsx/issues?q=is%3Aopen+is%3Aissue+label%3Alanguage%2Fpython I’ve scanned the tracker but nothing jumped out at me as already filed. Perhaps a new bug.
s
@enough-garden-22763 i just asked our main devops guy on this specific issue
he said it's not about instance type
e
Awesome, thanks a lot.
s
"run task api" for ecs was missing
"we can only create 'service' type for now"
e
s
thanks a lot ❤️