Is it possible to validate the body of a HTTP request trigger and return a specific http code based on the result?
Or even better: Is it possible to have a condition on the payload, eg. looking up in a DB table, and have the request return a specific response based on the result?