How to integrate CloudFront SDK

1

I found this library, but couldn't find the detailed steps. https://github.com/aws/amazon-cloudfront-client-routing-library

My domain is not currently purchased on Route53. Do I need to move to Route53? And how to set up DNS record to use this library? What are the requirements for certificates? Are there any requirements for DNS resolver? Is there any example for Java? Cuz we're developing the Android application.

Peter
asked a month ago97 views
2 Answers
2

As per https://crates.io/crates/amazon-cloudfront-client-routing-lib,

this feature has associated prerequisites such as using Route53 and requiring certificate updates.

While your domain is not purchased on Route 53, you can change your DNS hosting to Route 53. Refer to Making Amazon Route 53 the DNS service for an existing domain for steps involved

AWS
EXPERT
Mike_L
answered a month ago
profile picture
EXPERT
reviewed a month ago
1

Use of the Amazon CloudFront Client Routing Library has a few pre-requisites, amongst which the use of Route53.

Refer to https://crates.io/crates/amazon-cloudfront-client-routing-lib specifically the section "What is Client Routing?"

AWS
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions