hummingbird-lambda icon indicating copy to clipboard operation
hummingbird-lambda copied to clipboard

Hummingbird running inside an AWS Lambda

Results 2 hummingbird-lambda issues
Sort by recently updated
recently updated
newest added

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...

Since Vercel functions build on AWS Lambda, we can easily support those by adding another event and protocol.