This is where the magic happens. If you use , do not inline these strings in your infrastructure code.
amplify init amplify push
How do you deploy this repo?
const api = new appsync.GraphqlApi(this, 'Api', name: 'my-api' ); const todoType = api.addType(new appsync.ObjectType('Todo', definition: id: appsync.GraphqlType.id(), name: appsync.GraphqlType.string() )); appsync repo
pip install -r requirements.txt