swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.13k stars 102 forks source link

Reorder Event and Context. #224

Closed fabianfett closed 3 years ago

fabianfett commented 3 years ago

Fixes #89, for ByteBufferLambdaHandler and EventLoopLambdaHandler protocol.

In the new LambdaHandler protocol, the event already is in front of the context. Let's do the same for ByteBufferLambdaHandler and EventLoopLambdaHandler.