hummingbird-lambda
hummingbird-lambda copied to clipboard
Support launching a HBMixedLambdaApplication as either HTTP or Lambda
This PR allows users to conform to HBMixedLambdaApplication
(both HBApplicationProtocol
and HBLambda
). This allows running in either mode, through a getter. The example implementation toggles based on a value in the HBEnvironment
.
Naming is very much open for discussion, I'm far from happy with this name