AppSync (CF): Does DbClusterIdentifier expect an ARN or a name?
Hi,
I have a question about the DbClusterIdentifier field for AppSync RelationalDatabase RdsHttpEndpointConfig (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-relationaldatabaseconfig-rdshttpendpointconfig.html)
Doc states: "The database cluster identifier of the rdshttpendpoint."
But it seems not to be working, and instead, it should be the cluster's ARN.
See this issue: https://github.com/sid88in/serverless-appsync-plugin/issues/232
Is the doc wrong?
Bonus question:
How to get a Cluster's ARN from CF? According to the doc: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html
Neither Ref, nor Fn::GetAtt expose it.
Thank you
Issue is correct, the dbClusterIdentifier is an ARN. I will make a note to update the documentation to specify this.
Relevant questions
How to get connection duration metric from logs for AppSync subscription?
asked 15 days agoAurora Serverless AppSync error: invalid cluster id
asked 3 years agoAppSync (CF): Does DbClusterIdentifier expect an ARN or a name?
Accepted Answerasked 3 years agoExecution Timeout AWS AppSync API
asked 2 months agoUsing Appsync with Redshift?
asked 4 months agoStrict transport security header on appsync responses
asked 2 months agoHow to Scale AWS AppSync?
asked 4 months agoHow do I set up an AWS Amplify project to query an existing AWS AppSync API?
asked a month agoAWS AppSync Penetration Test
asked 3 years agoIdentity permissions for a background service with Appsync
asked 3 years ago