Hey, Is GetRecordSet exists in AWS Node SDK? <http...
# aws
m
Hey, Is GetRecordSet exists in AWS Node SDK? https://www.pulumi.com/docs/reference/pkg/aws/route53/
l
There's no SDK function GetRecordSet, afaik. Do you have a link to the AWS API/SDK function you're looking for? There's ListReourceRecordSets, is that the one you're thinking of?
l
Yes, that's the one I mentioned. Unfortuantely it is not exposed through Terraform or Pulumi. It is wrapped in Pulumi via the sdk namespace:
(new aws.sdk.Route53()).listResourceRecordSets()
.
m
Thanks.