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