Skip to content

Commit 445d92a

Browse files
committed
modified readme
1 parent 8799681 commit 445d92a

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ Running `terraform apply` provisions:
5757

5858

5959
1. User requests `GET /`
60-
2. API Gateway receives the request and packages it into an **event payload** containing:
61-
- HTTP method
62-
- Path
63-
- Headers
60+
2. API Gateway receives the request and packages it into an **event payload**
6461
3. Lambda is invoked with the event payload.
6562
4. Lambda inspects `event.requestContext.http.path` and identifies `/`.
6663
5. Lambda executes root route logic:
@@ -73,10 +70,7 @@ Running `terraform apply` provisions:
7370

7471

7572
1. User requests `GET /health`
76-
2. API Gateway receives the request and packages it into an **event payload** containing:
77-
- HTTP method
78-
- Path
79-
- Headers
73+
2. API Gateway receives the request and packages it into an **event payload**
8074
3. Lambda is invoked with the event payload.
8175
4. Lambda inspects `event.requestContext.http.path` and identifies `/health`.
8276
5. Lambda reads database environment variables:DB_HOST, DB_USER, DB_PASS, DB_NAME, DB_PORT, DB_SECRET_ARN

0 commit comments

Comments
 (0)