Stephen Herron
04/13/2022, 12:40 PMinvokeLambda
task.
I think we need to pass it some extra config through boto_kwargs. Has anyone came across needing to do this before?Anna Geller
function_timeout
that can be set. Invoking a function is just making a single API call to AWS to trigger this function in a fire-and-forget way. This AWS doc may helpStephen Herron
04/13/2022, 1:26 PMraise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: AWSHTTPSConnectionPool(host='<http://lambda.eu-west-2.amazonaws.com|lambda.eu-west-2.amazonaws.com>', port=443): Read timed out. (read timeout=60)
invocation_type="RequestResponse",
Anna Geller