Skip to content

Commit

Permalink
update to WebApps, fix broken URLs and markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
teknogeek0 committed May 2, 2019
1 parent 6afd472 commit 31268ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WebApplication/4_RESTfulAPIs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Each of the following sections provides an implementation overview and detailed,
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]
1. Go to the [Amazon API Gateway Console][api-gw-console]
1. Choose **Create API**.
1. Select **REST**, **New API** and enter `WildRydes` for the **API Name**.
1. Select `Edge optimized` from the **Endpoint Type** dropdown.
Expand Down
4 changes: 2 additions & 2 deletions WebApplication/9_CleanUp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Delete the REST API created in module 4. There is a **Delete API** option in the

**:white_check_mark: Step-by-step directions**

1. Go to the [Amazon API Gateway Console][api-gw]
1. Go to the [Amazon API Gateway Console][api-gw-console]
1. Select the API you created in module 4.
1. Expand the **Actions** drop-down and choose **Delete API**.
1. Enter the name of your API when prompted and choose **Delete API**.
Expand All @@ -62,7 +62,7 @@ Delete the AWS Lambda function, IAM role and Amazon DynamoDB table you created i

#### Lambda Function

1. Go to the [AWS Lambda][lambda-console]
1. Go to the [AWS Lambda console][lambda-console]
1. Select the `RequestUnicorn` function you created in module 3.
1. From the **Actions** drop-down, choose **Delete function**.
1. Choose **Delete** when prompted to confirm.
Expand Down

0 comments on commit 31268ca

Please sign in to comment.