Quick question, when will the new nodejs version be published that has the redshiftserverless lib ?
b
billowy-army-68599
08/19/2022, 12:02 AM
@witty-barista-69390 we are actually blocked on the upstream provider right now. I tried t get this working and wasn’t able to 😞
w
witty-barista-69390
08/19/2022, 12:22 AM
The terraform provider is pretty new 😞
I was thinking of giving the CDK interop a try using the Cfn constructs
do you think that is a feasible work around?
b
billowy-army-68599
08/19/2022, 12:24 AM
unfortunately not, I tried this here: https://github.com/pulumi/pulumi-cdk/issues/59
It’s because the AWS cloud control API (which AWS owns and manages) hasn’t yet added support for that resource type, so it’s not supported at all I’m afraid
you can use a dynamic provider to do this
but it’ll involve you fleshing our the CRUD interface yourself