We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ab9f5 commit a896700Copy full SHA for a896700
Examples/Package.swift
@@ -165,7 +165,7 @@ let package = Package(
165
.product(name: "AWSLambdaRuntime", package: "swift-aws-lambda-runtime")
166
],
167
path: "Tutorial/Sources"
168
- )
+ ),
169
]
170
)
171
Examples/Testing/Tests/HandlerTests.swift
@@ -16,8 +16,8 @@ import AWSLambdaEvents
16
import Logging
17
import Testing
18
19
-@testable import TestedLambda // to access the business code
20
@testable import AWSLambdaRuntime // to access the LambdaContext
+@testable import TestedLambda // to access the business code
21
22
#if canImport(FoundationEssentials)
23
import FoundationEssentials
0 commit comments