Thanks for the quick response. Will be added in the future? I have a huge load on Lambda on my production environment and I'm testing ways to handle the loads efficiently. While I want to keep it running in production for the scale, I don't want the cilents to be aware about the errors. About 202, it actually makes sense, lets say if we log to CloudWatch all requests to API Gateway then the lambda returns 429 for some of them, then we could say that API Gateway '202 Accepted' the request and we can handle those requests later by querying CloudWatch.
↧