I have a react project set up with AWS Amplify and Appsync.
I am using the GraphQL functionality in Amplify to interface with AppSync.
I am trying to upload an image to S3 from the react app. Has anyone done this through Amplify GraphQL? Could you please help?
BTW, I have read the documentation about how to do this with Apollo and aws-appsync-react. I am trying to figure out how to do with the GraphQL functionality built into Amplify.