swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.12k stars 101 forks source link

Lambda factory as a protocol requirement. #244

Closed fabianfett closed 2 years ago

fabianfett commented 2 years ago

As previously discussed...

We want to use the same lambda application lifecycle for all lambda implementations. Currently we support @main only for the LambdaHandler protocol. This PR brings the @main functionality to the lower level protocols.

Modifications:

Result: