-
Hello guys, I'd like to ask you for some guidance and help :). At my current project we have custom library providing abstraction over Aws Appsync, Cognito, CloudWatchLogs and I need to upgrade it from v2 to v3. Currently I'm upgrading AppSync but I struggle. Here is how we did with v2 (not real implementation, just a simplified example).
and here is what I got so far for v3
So not much :), I see the usage has changed and we are supposed to send a commands, but what command should I use to execute custom query/mutate graphql syntax? Thanks in advance :) ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
PS: one additional question just to be sure, will communication between client with v3 sdk work with API using v2 sdk? edit: |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
PS: one additional question just to be sure, will communication between client with v3 sdk work with API using v2 sdk?
edit:
My expectations were incorrect, I thought aws-appsync library is deprecated in same way as aws-sdk v2 and needs to be replaced with v3 version. This is incorrect, seems like I can still be using aws-appsync.