Skip to content

Commit

Permalink
Fix compile error in sample code for S3ObjectLambdaEvent (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnakt committed Feb 4, 2024
1 parent eae55b8 commit de51f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/README_S3_Object_Lambda.md
Expand Up @@ -21,7 +21,7 @@ import (
)

func handler(ctx context.Context, event events.S3ObjectLambdaEvent) error {
url := event.GetObjectContext.InputS3Url
url := event.GetObjectContext.InputS3URL
resp, err := http.Get(url)
if err != nil {
return err
Expand Down

0 comments on commit de51f68

Please sign in to comment.