Hey folks, new guy here! I’d like to get started w...
# getting-started
r
Hey folks, new guy here! I’d like to get started with Pulumi to provision our infrastructure on AWS (working with RDS, MSK, S3, K8s)... I'll probably start with baby steps with EC2, S3, RDS and then grow into the more complex services. But I do have a question: When it comes to the SDKs for all languages supported (Go, Python, Java, JavaScript), are they all at the same level in terms of feature parity and code maturity? Or, does any of these languages receive new features before the others? Thank you so much in advance!
l
All the same, feature-wise and maturity-wise. The SDKs are generated from schemas, so they are always in sync.
r
@little-cartoon-10569 Awesome! Thank you, Paul!