Hey Folks, We are starting a new project with Pul...
# aws
b
Hey Folks, We are starting a new project with Pulumi and AWS specifically using Python and just noticed the general availability of their formerly known aws_native product "https://www.pulumi.com/blog/pulumi-aws-cloudcontrol-provider/". The recommendation on the page is to start with the classic provider, can anyone on the pulumi side further explain this? We prefer not having to re-write code if the direction is for the new aws-cloudcontrol-provider to eventually take over the aws provider.
l
Where is that recommendation? Right now, you cannot use the cloudcontrol provider for everything, as not every AWS resource is manageable through that API. Also, you should prefer to rewrite code. If you don't rewrite it occasionally, it'll become tech debt. No code lasts forever (just ask any RPG developer).