James Douglas

Results 1 comments of James Douglas

@ryanvaloris you can enable latency routing by setting the `region` and `setIdentifier` of the [CfnRecordSet](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-route53.CfnRecordSet.html), e.g. ```javascript const record = new ARecord(this, 'apiA', { zone: zone, target: target, recordName: apiName,...