How to assign same custom domain to my amplify app and the API gateway that it uses

0

I have an amplify app and an API gateway that is used by the app. API gateway is associated with a lambda function. I can assign domain to them as follows and it works well:

  • App: mydomain.com
  • API: api.mydomain.com (note that this is a subdomain of above)

But I want to make them same origin, which means I want to assign domain like this:

  • App: mydomain.com
  • API: mydomain.com (exactly same as above)

How can I achieve this?

Thanks in advance.

没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则