- Removed
Lambda.Proxy[I, O]
. One should useLambda.ApiProxy
instead. See #24; ProxyRequest
renamed intoApiProxyRequest
.ApiProxyRequest
takes an additional type parameter. Passio.circe.Json
if you don't care or don't know what should go there.ProxyResponse
renamed intoApiProxyResponse
.- Fixed #24;
- Fixed some typos in some scaladocs.