I would like to do the following:
Create a lambda function that is trigger Gateway API, but this function will throw the main information in a queue (Aws SQS). By then a second lambda function execut the processing heavier.
Is it possible for the Gateway API return to wait for this second lambda function, without having to keep the first function alive?