swift-server / swift-aws-lambda-runtime

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

[RFC] Playing with ServiceLifecycle #200

Closed fabianfett closed 2 years ago

fabianfett commented 3 years ago

Supersedes #141

Motivation:

[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]

Modifications:

[Describe the modifications you've done.]

Result:

[After your change, what will change.]

tomerd commented 3 years ago

one interesting venue to explore is how all this looks with async/await

fabianfett commented 2 years ago

Superseded by #251