You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we want to accomplish with this task is that we should reuse our existing "main domain" to have a subdomain that points to this Cloudformation URL, so the user can access to:
www.<my_project_name>.com for the website
api.<my_project_name for the API
That way we avoid using an additional and "external" URL and we keep everything in the same domain.
Feature Request
Description
We are currently giving the user a CloudFront URL with the current website distribution, for example: http://d111111abcdef8.cloudfront.net
What we want to accomplish with this task is that we should reuse our existing "main domain" to have a subdomain that points to this Cloudformation URL, so the user can access to:
www.<my_project_name>.com
for the websiteapi.<my_project_name
for the APIThat way we avoid using an additional and "external" URL and we keep everything in the same domain.
For further information please check these PR comments: https://github.com/theam/booster/pull/87
The text was updated successfully, but these errors were encountered: