mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
d1a927650a
motivation: in more complex initialization scearios you may want access to a logger or other utilities changes: * introduce new InitializationContext type that could be extended in the future without breaking the API in semantic-major way * instead of passing in EventLoop to the handler factory, pass in a context that includes a Logger, an EventLoop and a ByteBufferAllocator * fix a bug where we dont hop back to the event loop when coming back from the handler * adjust tests to the new signature