AWS lambda documentation change
Summary
Fixed URL formatting in network ACL documentation link (added missing slash)
Security assessment
The change is purely a documentation URL formatting correction with no security implications or security-related content additions
Diff
diff --git a/lambda/latest/dg/troubleshooting-networking.md b/lambda/latest/dg/troubleshooting-networking.md index 49591af15..62b6148a0 100644 --- a//lambda/latest/dg/troubleshooting-networking.md +++ b//lambda/latest/dg/troubleshooting-networking.md @@ -48 +48 @@ If some of your TCP connections are timing out, see VPC: TCP or UDP connection i -This issue applies only if your subnet uses a [network access control list (ACL)](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html#nacl-basics). Network ACLs aren't required for Lambda to connect to your subnets. +This issue applies only if your subnet uses a [network access control list (ACL)](https://docs.aws.amazon.com//vpc/latest/userguide/vpc-network-acls.html#nacl-basics). Network ACLs aren't required for Lambda to connect to your subnets.