mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
motivation: make code simpler to reason about, better use of swift-nio changes: * remove main loop on global queue + wait, replace with recursion * make better use of EvenLoopFuture, instead of result types to signal errors * inject lifecycleId so we can share offloading queue * improve logging * adjust and improve tests * update sanity and generate linux tests script to work better with dates and swiftformat