https://pulumi.com logo
#python
Title
s

stale-hamburger-8953

04/28/2021, 3:28 PM
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

enough-garden-22763

04/28/2021, 3:31 PM
Hmm I’m curious is that comment for Crosswalk + Python specifically or Python experience in general?
s

stale-hamburger-8953

04/28/2021, 3:36 PM
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

enough-garden-22763

04/28/2021, 3:48 PM
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

stale-hamburger-8953

04/28/2021, 3:50 PM
@enough-garden-22763 i just asked our main devops guy on this specific issue
he said it's not about instance type
e

enough-garden-22763

04/28/2021, 3:50 PM
Awesome, thanks a lot.
s

stale-hamburger-8953

04/28/2021, 3:50 PM
"run task api" for ecs was missing
"we can only create 'service' type for now"
e

enough-garden-22763

04/28/2021, 4:01 PM
s

stale-hamburger-8953

04/28/2021, 4:11 PM
thanks a lot ❤️