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
great-postman-59271
07/17/2020, 6:47 AM
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
stocky-lion-56153
07/17/2020, 8:30 AM
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.