This message was deleted.
# general
s
This message was deleted.
l
No difference for the Pulumi or AWS assemblies. There are a few more extensions available in the TypeScript ecosystem (I rely on the awsx package a lot), but afaik everything in there can be re-implemented yourself if you need it.
g
im using pulumi with dotnet and have not had any real issues so far. There is no extensions package like mentioned, but i would not shy away from the language just for that reason 🙂 Go for it, dotnet and pulumi is working well 😄
s
The best supported language is JS/TS but everything works fine in other languages. I’m using Python. The only thing I’d add to the comments above is that there are a lot of good examples written in JS in the examples repo - https://github.com/pulumi/examples - but you should find they translate pretty directly into other languages.
a
Thanks for you input guys. Appreciate it.