eugene-screenmeet

Results 1 comments of eugene-screenmeet

> @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. > > ```js > const record = new ARecord(this, 'apiA', { > zone:...