Problemunvalidated
we want to directly call the lambda if the size of request body is small and return response directly from lambda — We have created an AWS API Gateway which is integrated to S3 object put. Tension: keep the above integration if request body is large. Outcome: The integration pattern you were asking for is going to be constrained by the maximum size of API gateway (10MB) and Lambda payloads (6MB).
ae65aead-1c01-48a4-9ccf-13379deec1d8
we want to directly call the lambda if the size of request body is small and return response directly from lambda — We have created an AWS API Gateway which is integrated to S3 object put. Tension: keep the above integration if request body is large. Outcome: The integration pattern you were asking for is going to be constrained by the maximum size of API gateway (10MB) and Lambda payloads (6MB).