swift-server / swift-aws-lambda-runtime

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

[RFC] State machine #205

Closed fabianfett closed 2 years ago

fabianfett commented 3 years ago

We like speed. 🚀 This pr drives to make Lambda faster by replacing EventLoopFuture chains with a StateMachine.

Motivation:

Modifications:

Result:

fabianfett commented 2 years ago

This will land eventually in a non breaking way.