I have an authenticated GraphQL API endpoint created using Appsync and Cognito (basic email and password authentication). How I can connect to this API from an existing Nuxt frontend application? I don't want to use the default vue frontend created by aws amplify.
Asked
Active
Viewed 176 times
1 Answers
0
- Open AWS AppSync GUI
- click APIs
- select your appbackend
- Open Integrate with your app
- Click on Javascript tab
- copy that cli commands and run them (from your Nuxt frontend app's root)

csdev
- 1
- 3