This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new b9cef1ddea Add general links about TCP keepalive into AWS Lambda docs 
(#34870)
b9cef1ddea is described below

commit b9cef1ddeaea40fdf16379e59d76b3f103ffe0dc
Author: Andrey Anshin <[email protected]>
AuthorDate: Thu Oct 12 11:33:03 2023 +0400

    Add general links about TCP keepalive into AWS Lambda docs (#34870)
---
 docs/apache-airflow-providers-amazon/operators/lambda.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/apache-airflow-providers-amazon/operators/lambda.rst 
b/docs/apache-airflow-providers-amazon/operators/lambda.rst
index d89e9e459a..01ffb18d82 100644
--- a/docs/apache-airflow-providers-amazon/operators/lambda.rst
+++ b/docs/apache-airflow-providers-amazon/operators/lambda.rst
@@ -84,6 +84,11 @@ To invoke an AWS lambda function you can use
     In addition, you might need to configure your firewall, proxy,
     or operating system to allow for long connections with timeout or 
keep-alive settings.
 
+    .. seealso::
+        - `NAT Gateway Troubleshooting: Internet connection drops after 350 
seconds \
+          
<https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-troubleshooting.html#nat-gateway-troubleshooting-timeout>`__
+        - `Using TCP keepalive under Linux 
<https://tldp.org/HOWTO/TCP-Keepalive-HOWTO/usingkeepalive.html>`__
+
 .. note::
     You cannot describe the asynchronous invocation 
(``invocation_type="Event"``) of an AWS Lambda function.
     The only way is `configuring destinations for asynchronous invocation 
<https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations>`_

Reply via email to