We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb5700 commit f84b37fCopy full SHA for f84b37f
events/README_AppSync.md
@@ -17,7 +17,7 @@ import (
17
func handler(ctx context.Context, event events.AppSyncResolverTemplate) error {
18
19
fmt.Printf("Version: %s\n", event.Version)
20
- fmt.Printf("Operation: %s\n", event.AppSyncOperation)
+ fmt.Printf("Operation: %s\n", event.Operation)
21
fmt.Printf("Payload: %s\n", string(event.Payload))
22
23
return nil
0 commit comments