Skip to content

v0.0.6

Latest

Choose a tag to compare

@cagataygurturk cagataygurturk released this 12 Jul 12:49

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.