Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheempz authored Jul 29, 2024
1 parent 1b50691 commit 494a9a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
type MyEvent struct {}

// This is an example handler, yours may have a different signature and a
// different name. It will work ass long as it adheres to what the Lambda SDK
// different name. It will work as long as it adheres to what the Lambda SDK
// expects. (See "Valid handler signatures"[0])
// [0] https://docs.aws.amazon.com/lambda/latest/dg/golang-handler.html
func ExampleHandler(ctx context.Context, event *MyEvent) (string, error) {
Expand All @@ -48,4 +48,4 @@ func main() {
```

Now that you've instrumented your code, you should be able to send requests and
see the resulting metrics and traces in SWO.
see the resulting metrics and traces in SWO.

0 comments on commit 494a9a3

Please sign in to comment.