Skip to content

Commit 8ecd4ec

Browse files
authored
Update services-alb.md
Fixing typo on JSON response
1 parent 482d0b5 commit 8ecd4ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/services-alb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Your function processes the event and returns a response document to the load ba
4545
{
4646
"statusCode": 200,
4747
"statusDescription": "200 OK",
48-
"isBase64Encoded": False,
48+
"isBase64Encoded": false,
4949
"headers": {
5050
"Content-Type": "text/html"
5151
},
@@ -71,4 +71,4 @@ You should see the following output:
7171
}
7272
```
7373

74-
For instructions on configuring the Application Load Balancer listener and target group, see [Lambda functions as a target](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html) in the *User Guide for Application Load Balancers*\.
74+
For instructions on configuring the Application Load Balancer listener and target group, see [Lambda functions as a target](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html) in the *User Guide for Application Load Balancers*\.

0 commit comments

Comments
 (0)