Skip to content

Commit

Permalink
Fix AWS Lambda advanced docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Apr 18, 2024
1 parent c19c493 commit c73f69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Event struct {
func main() {
lambda.Start(func(ctx context.Context, event Event) (string, error) {
return fmt.Sprintf("Hello %s!", event.Name), nil
}
})
}
```

Expand Down

0 comments on commit c73f69f

Please sign in to comment.