We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be95b65 commit b9a87c2Copy full SHA for b9a87c2
Sources/AWSLambdaSwift/Runtime.swift
@@ -21,7 +21,7 @@ public class Runtime {
21
var handlers: [String: Handler]
22
23
public init() throws {
24
- self.urlSession = URLSession.shared
+ self.urlSession = URLSession(configuration: .default)
25
self.handlers = [:]
26
27
let environment = ProcessInfo.processInfo.environment
0 commit comments