'Can possible Path-Based routing with Route53

Can possible Path-Based routing with Route53. I have two service 1. react application on s3 CloudFront and 2. Nodejs service API on lambda. I want it as xyz.abc.com/ which serve react application and xyz.abc.com/share which can serve nodejs API



Solution 1:[1]

Its not possible with Route53 as it is a DNS web service, which means it does not take into account any url paths. You must do this through your application, for example using CloudFront where you can define origin path.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1