Lambda controller exposes HttpLambda or RestLambda to callers.

How to invoke lambda

api/lambda/lambdaname

Lambda must be invoked in POST.

{
   ** your custom json, everything can be intepreted by your lambda **
}