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.

No hay respuestas

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas