Relative Content

Tag Archive for amazon-web-servicesrestaws-lambdaaws-api-gateway

API Gateway and Lambda: Async call

I have a REST API gateway that receives a POST from a client and pass this POST to a Lambda, adding to be an assync call. However, I want the gateway to return to the client before the lambda processing. Right now I’m getting an error from the Lambda code, so the gateway is waiting for the lambda to finish.