diff --git a/WebApplication/4_RESTfulAPIs/README.md b/WebApplication/4_RESTfulAPIs/README.md index 3e2443fc..d827ede2 100644 --- a/WebApplication/4_RESTfulAPIs/README.md +++ b/WebApplication/4_RESTfulAPIs/README.md @@ -22,7 +22,7 @@ Use the Amazon API Gateway console to create a new API named `WildRydes`. **:white_check_mark: Step-by-step directions** 1. Go to the [Amazon API Gateway Console][api-gw-console] -1. Choose **Create API**. +1. Choose **REST API > Build**. 1. Select **REST**, **New API** and enter `WildRydes` for the **API Name**. 1. Select `Edge optimized` from the **Endpoint Type** dropdown. ***Note***: Edge optimized are best for public services being accessed from the Internet. Regional endpoints are typically used for APIs that are accessed primarily from within the same AWS Region. Private APIs are for internal services inside of an Amazon VPC. @@ -180,4 +180,4 @@ Update the /js/config.js file in your website deployment to include the invoke U [serverless-backend]: ../3_ServerlessBackend/ [setup]: ../0_Setup/ [static-web-hosting]: ../1_StaticWebHosting/ -[user-management]: ../2_UserManagement/ \ No newline at end of file +[user-management]: ../2_UserManagement/