As far as I can tell, there is no way to handle request bodies that Serde fails to deserialize. In my case, I simply want to log it (and till fail the invocation), but another might want to manually put it in a dead letter queue.
- Did I overlook something?
- If this a desirable feature and you have an API in mind, I am happy to try and implement it.