Hi , when I try to get response from (route 53-->application load balancer ---> lambda) by postman/browser it works but when I tried to test in data action shows timed out, please help here.
Also can I directly integrate with lambda if so can you please provide some procedure so that I can follow it.
{
"message": "The request timed out.",
"contextId": "6e67414d-9734-4f57-b2b4-83727e1d8c20"
}
So it means your request took longer to return a result.
If your request takes less than 60 seconds, you still have a chance to invoke it from an Architect Inbound Call flow.
Otherwise, if you need to invoke it from a Script, it will have to return a result in less than 20 seconds.