Skip to content

Commit c354cd1

Browse files
authored
Update README_CloudWatch_Events.md
removed extra empty line
1 parent d75f6a8 commit c354cd1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

events/README_CloudWatch_Events.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ func handler(ctx context.Context, event events.CloudWatchEvent) {
1818

1919
## CloudWatch Scheduled Events
2020

21-
If you have a constant JSON text in a CloudWatch Scheduled Event, it can be accessed
22-
23-
either by explicitly defining a structure for the json payload you would expect:
21+
If you have a constant JSON text in a CloudWatch Scheduled Event, it can be accessed either by explicitly defining a structure for the json payload you would expect:
2422

2523
```go
2624
type MyRequest struct {

0 commit comments

Comments
 (0)