mirror of
https://github.com/tappollo/swift-aws-lambda-events.git
synced 2026-04-27 17:35:11 +08:00
Modifications: - Replace `HTTPHandler` with `NIOHTTPClientResponseAggregator`, to fix a CoW issue. This increases performance. - Ensure that we only use one `EventLoop` in tests. - Use `syncOperations` to setup the `HTTPClient`.