Skip to content

Commit 911280a

Browse files
aws#479 small fixes after code review
1 parent 7db3b7f commit 911280a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

events/cloudwatch_events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ type CloudWatchEvent struct {
1818
Detail json.RawMessage `json:"detail"`
1919
}
2020

21-
type EventBridge = CloudWatchEvent
21+
type EventBridgeEvent = CloudWatchEvent

0 commit comments

Comments
 (0)