Hi, I am looking to create an Aurora serverless V2...
# golang
a
Hi, I am looking to create an Aurora serverless V2 cluster for AWS Postgres DB using Pulumi golang API. I see https://github.com/pulumi/pulumi-aws/issues/1929 referencing a Terraform update, when will this be supported in the golang API?
o
It looks like v5.5 of the AWS provider was published today, does this have the V2 cluster API you're looking for? https://www.pulumi.com/registry/packages/aws/api-docs/rds/
👍 1