Amazon web services – AWS Amplify Gen 2 – DynamoDB and existing AppSync
I have a new Amplify Gen 2 project ( NextJS 14 app) that uses DynamoDB and also needs to access existing AppSync GraphGL API. Existing API is added to the app first by running amplify add codegen --apiId XXXXXXXXXXXXXXX and…