amazon-archives / aws-appsync-rds-aurora-sample

An AWS AppSync Serverless resolver for the Amazon Aurora relational database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Build the database based on the graphql scheme

Legym opened this issue · comments

Thank you so much for this tutorial! I started off using DynamoDB and realized I needed a relational database which lead me to this example.

Is there a way to build the database based on the graphql scheme? When I was using DynamoDB it would build the database which was great; similar to what sequelize does.

Thanks again!

Thanks for the feedback. This quick start only demonstrates how you can use AWS AppSync with a relational database. It does not provide GraphQL -> SQL code generation capabilities.