Skip to content

Commit 0c9e6e4

Browse files
authored
Merge pull request #428 from fbergero/patch-1
Update services-alb.md
2 parents 3e57df7 + 8ecd4ec commit 0c9e6e4

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)