Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Removed @_exported imports for LambdaEvents. #25

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/LambdaRuntime/Runtime+ALB.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation
import NIO
@_exported import LambdaEvents
import LambdaEvents

extension ALB {

Expand Down
2 changes: 1 addition & 1 deletion Sources/LambdaRuntime/Runtime+APIGateway.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation
import NIO
@_exported import LambdaEvents
import LambdaEvents

extension APIGateway {

Expand Down
1 change: 1 addition & 0 deletions Tests/LambdaRuntimeTests/AWSNumberTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Foundation
import XCTest
@testable import LambdaRuntime
@testable import LambdaEvents

class AWSNumberTests: XCTestCase {

Expand Down
2 changes: 2 additions & 0 deletions Tests/LambdaRuntimeTests/Events/ALBTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import Foundation
import XCTest
@testable import LambdaRuntime
@testable import LambdaEvents


class ALBTests: XCTestCase {

Expand Down
1 change: 1 addition & 0 deletions Tests/LambdaRuntimeTests/Events/APIGatewayTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import NIO
import NIOHTTP1
import NIOFoundationCompat
@testable import LambdaRuntime
@testable import LambdaEvents
import LambdaRuntimeTestUtils

class APIGatewayTests: XCTestCase {
Expand Down
1 change: 1 addition & 0 deletions Tests/LambdaRuntimeTests/Events/CloudwatchTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Foundation
import XCTest
@testable import LambdaEvents
@testable import LambdaRuntime

class CloudwatchTests: XCTestCase {
Expand Down
1 change: 1 addition & 0 deletions Tests/LambdaRuntimeTests/Events/DecodableBodyTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Foundation
import XCTest
import Base64Kit
@testable import LambdaRuntime
@testable import LambdaEvents

class DecodableBodyTests: XCTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Foundation
import XCTest
import NIO
@testable import LambdaRuntime
@testable import LambdaEvents

class DynamoDBAttributeValueTests: XCTestCase {

Expand Down
1 change: 1 addition & 0 deletions Tests/LambdaRuntimeTests/Events/DynamoDBTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Foundation
import XCTest
@testable import LambdaRuntime
@testable import LambdaEvents

class DynamoDBTests: XCTestCase {

Expand Down
1 change: 1 addition & 0 deletions Tests/LambdaRuntimeTests/Events/SNSTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Foundation
import XCTest
import NIO
@testable import LambdaRuntime
@testable import LambdaEvents

class SNSTests: XCTestCase {

Expand Down
1 change: 1 addition & 0 deletions Tests/LambdaRuntimeTests/Events/SQSTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Foundation
import XCTest
import NIO
@testable import LambdaRuntime
@testable import LambdaEvents

class SQSTests: XCTestCase {

Expand Down