Configure the frontend application with the Invoke URL

  1. In the extracted source code of the frontend application.

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

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

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

alt text