Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 31268ca

Browse files
committed
update to WebApps, fix broken URLs and markdown
1 parent 6afd472 commit 31268ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WebApplication/4_RESTfulAPIs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Each of the following sections provides an implementation overview and detailed,
2121
Use the Amazon API Gateway console to create a new API named `WildRydes`.
2222

2323
**:white_check_mark: Step-by-step directions**
24-
1. Go to the [Amazon API Gateway Console][api-gw]
24+
1. Go to the [Amazon API Gateway Console][api-gw-console]
2525
1. Choose **Create API**.
2626
1. Select **REST**, **New API** and enter `WildRydes` for the **API Name**.
2727
1. Select `Edge optimized` from the **Endpoint Type** dropdown.

WebApplication/9_CleanUp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Delete the REST API created in module 4. There is a **Delete API** option in the
5050

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

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

6363
#### Lambda Function
6464

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

0 commit comments

Comments
 (0)