Fork me on GitHub
#aws
<
2020-11-17
>
AJ Jaro13:11:45

Using https://github.com/mcohen01/amazonica I’ve tried adjusting the client config using code like below but it doesn’t seem to affect the results. I continue to receive a SocketTimeoutException after 200 seconds. Has anyone successfully configured the timeout?

(lambda/invoke {:client-config
                    {:connection-timeout 500000}}
                   :function-name "lambda-fn"
                   :log-type "Tail"
                   :payload payload)

AJ Jaro13:11:25

SOLVED: I was using the incorrect timeout arg, it should’ve been…

:socket-timeout
ugh