Skip to content

Commit e4a3d04

Browse files
authored
Merge pull request #250 from trixpan/patch-1
Fix broken link
2 parents 6c005f9 + d42b13e commit e4a3d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/golang-handler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ And the response would look like this:
9090
}
9191
```
9292

93-
To be exported, field names in the event struct must be capitalized\. For more information on handling events from AWS event sources, see [aws\-lambda\-go/events](https://github.com/aws/aws-lambda-go/tree/main/events)\.
93+
To be exported, field names in the event struct must be capitalized\. For more information on handling events from AWS event sources, see [aws\-lambda\-go/events](https://github.com/aws/aws-lambda-go/tree/master/events)\.
9494

9595
### Valid handler signatures<a name="golang-handler-signatures"></a>
9696

@@ -176,4 +176,4 @@ func LambdaHandler() (int, error) {
176176
func main() {
177177
lambda.Start(LambdaHandler)
178178
}
179-
```
179+
```

0 commit comments

Comments
 (0)