Amazon web services – Cannot use response from AWS CustomResource in CDK (via AwsSdkCall)
I have a VPC endpoint, and I want to retrieve its private IP addresses (to map to an Application Load Balancer through a Target Group). I do that in two steps: First I create an AwsCustomResource to retrieve its Network…