What does “Failed to send response because the Lam...
# help
d
What does “Failed to send response because the Lambda function is disconnected” mean for SST?
r
I think it's typically that you were debugging and the api gateway request timed out but you were still stepping through the lambda
d
Thanks
p
@Ross Gerbasi Is there a way to increase timeout?
r
You can pass --increase-timeout in the sst CLI command to allow you to continue debugging your lambda after the API Gateway timeout has been breached