You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: events/appsync.go
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ package events
2
2
3
3
import"encoding/json"
4
4
5
-
// AppSyncResolverTemplate represents the requests from AppSync to Lambda
5
+
// Deprecated: AppSyncResolverTemplate does not represent resolver events sent by AppSync. Instead directly model your input schema, or use map[string]string, json.RawMessage, interface{}, etc..
6
6
typeAppSyncResolverTemplatestruct {
7
7
Versionstring`json:"version"`
8
8
OperationAppSyncOperation`json:"operation"`
@@ -31,13 +31,13 @@ type AppSyncCognitoIdentity struct {
0 commit comments