I migrated a flutter native plugin for appsync to amplify. Now I wonder how to generate code in the android part of my flutter project after updating the GraphQL in the appsync console.
Initially i used:
amplify init
amplify add api
amplify add codegen --apiId <MY-API-ID>
this worked like a charm.
However when I want to generate updated code using
amplify api update
I get the reply
The selected resource is not managed using AWS Cloudformation. Please use the AWS AppSync Console to make updates to your API - de.sistar.fcsp_rad
So I guess I did not understand the whole workflow. How do I update my android client project after updating the GraphQL in the AWS Appsync Console?