Configure the frontend application

Configure the frontend with the Invoke URL

  • In the extracted source code of the frontend application.

  • Create a new .env file with the following content.

    VITE_API_GATEWAY_URL=https://XXXXXXXXXX.execute-api.REGION.amazonaws.com/STAGE
    

    alt text

Replace https://XXXXXXXXXX.execute-api.REGION.amazonaws.com/STAGE with the Invoke URL you’ve just copied.