Skip to content

Commit d0f6bce

Browse files
authored
Update EventBridgeEvent visibility (#44)
1 parent e907a05 commit d0f6bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaEvents/Cloudwatch.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import struct Foundation.Date
1919
#endif
2020

2121
/// EventBridge has the same events/notification types as CloudWatch
22-
typealias EventBridgeEvent = CloudwatchEvent
22+
public typealias EventBridgeEvent = CloudwatchEvent
2323

2424
public protocol CloudwatchDetail: Decodable {
2525
static var name: String { get }

0 commit comments

Comments
 (0)