Create REST API

Create API Gateway (REST)

  1. Open API Gateway -> Create API -> REST API -> Build.
  2. Name: serverless-workshop-api; Endpoint type: Regional -> Create API.
  3. In Resources: select / -> Create resource -> Path: hello -> Create.
  4. (Optional) Enable CORS on the resource if you plan to call from a browser.

Image placeholder: REST API + /hello resource creation