I have an API Gateway -> SQS integration where every request writes the request body as an SQS message. Since the maximum size for SQS messages is 256kb I'd like to have an alert when the request size is larger than this threshold. Is that possible?
I see it's possible to log the response size but not the request.