swift-server / swift-aws-lambda-runtime

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

Remove callback based LambdaHandler #212

Closed fabianfett closed 3 years ago

fabianfett commented 3 years ago

We should remove the Callback LambdaHandler.

saltzmanjoelh commented 2 years ago

Hi, sorry to comment on an already closed issue. I wasn't sure if I should open a new issue or continue with this one?

I noticed that the readme has the closure based examples. Do you want some help updating them? If so, would you like them to simply use the async handle(event:context) form like in LambdaTestingTests.testCodableClosure?

Thanks!