In this release, in addition to some internal changes,
- Request body in POST request is injected to controller classes. This injection can occur as String format or alternatively Lambada can try to serialize the JSON to given object type. See: #19
- Lambada framework can be used as Lambda deployment tool without JAX-RS capabilities. See
lambdaHandler
configuration option for that.