mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
* update code to swift5 and nio2 motivation: support newer version of swift and underlying dependencies changes: * adjust code to swift 5 * use swift 5 result type and better error handling for json encoding/decoding * adjust code to nio 2 * add dependency on swift-log for logging instead of print statements * make logger as part of context * improve error handling * add dependecy on swift-backtrace to capture crashes * improve lifecycle * adjust tests * add default formatting rules and fix formatting * improve readme