Amazon web services – How to solve AWS API gateway timeout error
I have react webapp to make HTTP calls using fetch API. Calls go to HTTP API gateway which is attached to a lambda function. Lambda fn is nothing but contains my entire node/express app (backend). Please note I have only…