Skip to content

Commit 8882253

Browse files
authored
Merge pull request #77 from tannermares/patch-6
Update webservers.mdx
2 parents 22fcf33 + 12c66f5 commit 8882253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/webservers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The [REST API](https://docs.aws.amazon.com/apigateway/latest/developerguide/apig
5151

5252
## Application Load Balancer
5353

54-
Using Lambda's [ALB Integration](https://docs.aws.amazon.com/lambda/latest/dg/services-alb.html) is a great way to setup your application on a private VPC. However the limit response payloads to less than 1MB vs. the 6MB limit for API Gateway. Using [Rack::Deflater](https://gist.github.com/metaskills/363e39e2e8cbccf280b5d5804b384bd2) can help with this if needed. These resources make use of the VPC subnets and security groups mentioned in the <DocLink id="database" /> guide.
54+
Using Lambda's [ALB Integration](https://docs.aws.amazon.com/lambda/latest/dg/services-alb.html) is a great way to setup your application on a private VPC. However, they limit response payloads to less than 1MB vs. the 6MB limit for API Gateway. Using [Rack::Deflater](https://gist.github.com/metaskills/363e39e2e8cbccf280b5d5804b384bd2) can help with this if needed. These resources make use of the VPC subnets and security groups mentioned in the <DocLink id="database" /> guide.
5555

5656
```diff
5757
--- template.yaml

0 commit comments

Comments
 (0)