Hi Everyone , I started evaluating Pulumi for our ...
# python
w
Hi Everyone , I started evaluating Pulumi for our AWS infrastructure today. Every one in my team is comfortable with Python . Is Pulumi support for Python production ready or do we have lot of gotchas. I could n't find good documentation or examples for python. Please let me know what you all think.
g
Definitely production ready.
We have lots of examples at https://github.com/pulumi/examples. Search for
-py-
on that page to find them all.
m
Python is definitely a 2nd class citizen currently, but pulumi is working on fixing that. In particular, documentation and examples are incomplete, and all the crosswalk stuff is completely missing.
w
Thanks @many-garden-84306
Thanks @gentle-diamond-70147 for sharing the examples URL.
m
To be clear, my group is successfully using python bindings, and they are solid. It's just more work to get up to speed and get a stack bootstrapped because of documentation and lack of simplified wrappers...
w
Thanks @many-garden-84306 . How good is the support for the new services/api which AWS or any cloud providers offer.
m
Pulumi wraps terraform's code to turn it into a pulumi provider. There is a mechanical process to do that, so pulumi support will closely track terraform's
w
Thanks for your input @many-garden-84306