Deploy the UsersAPI to dev stage

  1. Open APIs section of the API Gateway console.

  2. In the list of the APIs, click on the name of the API (UsersAPI).

  3. You will be redirected to the Resources section of the UsersAPI.

  4. Click Deploy API

alt text

  1. In the Deploy API popup.
    • State: Select *New stage*.
    • Stage name: Fill in dev.
    • Click Deploy.

alt text

  1. You will be redirected to the Stages page of UsersAPI.
  2. Copy the Invoke URL of dev stage.

alt text

Congratulations, you have deployed an API Gateway. Copy the invoke URL of the dev stage, you will need it in the next step.