Как изменить время ожидания запроса лямбда-запроса на стороне клиента?
Похоже, что если лямбда-вызов занимает больше полутора минут, выдается следующее исключение.
Я использую .Net AmazonLambdaClient клиент.
ex=System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport
connection: The I/O operation has been aborted because of either a thread
exit or an application request. ---> System.Net.Sockets.SocketException: The
I/O operation has been aborted because of either a thread exit or an
application request