【发布时间】:2020-10-02 17:57:38
【问题描述】:
我已将我的 RDS MySQL 数据存储添加到 appsync,如下所示:
hutber@hutber:/var/www/unsal.co.uk$ amplify api add-graphql-datasource
Using datasource: Aurora Serverless, provided by: awscloudformation
? Provide the region in which your cluster is located: eu-west-2
? Select the Aurora Serverless cluster that will be used as the data source for your API: unsal
? Select the secret used to access your Aurora Serverless cluster: hutber
✔ Fetched Aurora Serverless cluster.
? Select the database to use as the datasource: sys
一切顺利完成:
已成功在本地添加 Aurora Serverless 数据源
Some next steps:
"amplify push" will build all your local backend resources and provision it in the cloud
"amplify publish" will build all your local backend and frontend resources (if you have hosting category added) and provision it in the cloud
The following types do not have '@auth' enabled. Consider using @auth with @model
- Division
- League
- Season
Learn more about @auth here: https://docs.amplify.aws/cli/graphql-transformer/directives#auth
GraphQL schema compiled successfully.
Edit your schema at /var/www/unsal.co.uk/amplify/backend/api/unsalcouk/schema.graphql or place .graphql files in a directory at /var/www/unsal.co.uk/amplify/backend/api/unsalcouk/schema
但是在启动模拟服务时,我得到以下信息:
Failed to start API Mock endpoint Error: CloudFormation stack parameter rdsRegion is missing default value
【问题讨论】:
标签: amazon-web-services aws-amplify aws-appsync