Also, I know AWS native provider was initially <st...
# general
b
Also, I know AWS native provider was initially started by Pulumi in 2021 as a separate project, but I guess the latest iteration of it is just derived from the awscc provider (made GA in May 2024), am I correct?
m
aws-native
does not derive from the TF awscc provider, it's a Pulumi-native provider for the AWS Cloud Control API
In other words,
aws-native
is to Pulumi what
awscc
is to TF
b
So they don't have the same interface? You too Cloud Control API and wrote some Pulumi components from scratch around them? Or you built your own automation that generates Pulumi components from it?
m
I'm just a Pulumi user, so I don't have any insights into development beyond what is publicly visible. You can see at https://github.com/pulumi/pulumi-aws-native that the SDK is generated from the AWS Cloud Control API spec, which gives you access to everything that AWS makes available through cloud control.