AWS Amplify with MySQL configuration

37 views Asked by At

I already created an appsync API, which is connected to my MySQL database. In the AppSync Portal i can create and do querys and mutations. Now it comes to the step where i want to connect that API to Amplify - every documentation i read can't explain to me how i configure an existing resource in Amplify. And further, how i configure and use it in Code. In the first step i want to use it in Swift.

I already did an Amplify project in Swift, but without MySQL.

Steps i already did - install AWS CDK, generate graphql.sql.schema from database export. Create Swift project and init Amplify in the project folder.

0

There are 0 answers