Hello again,
My code works in local, I get my summary after 12s, but when I try after deployment, I get 504 Gateway Timeout. Probably because my Lambda function need more than 29s to run and send back the answer. Therefore I tried to use the async:true in the serverless.yml config file but it is still not working and when I look ad AWS logs I dont really understand as I'm not used to debug this.
Maybe you have some insight on how I can make it works ?
Hello again,
My code works in local, I get my summary after 12s, but when I try after deployment, I get 504 Gateway Timeout. Probably because my Lambda function need more than 29s to run and send back the answer. Therefore I tried to use the
async:truein theserverless.ymlconfig file but it is still not working and when I look ad AWS logs I dont really understand as I'm not used to debug this.Maybe you have some insight on how I can make it works ?