-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws-rds: Imported Database Cluster cannot grant data API access #31116
aws-rds: Imported Database Cluster cannot grant data API access #31116
Comments
@rahuldeverani curious if you were able to resolve this issue or how you worked around it (referring to #30676). |
I was able to deploy a RDS datasource by using |
I've created an example repo to reproduce the issue that I'm seeing: https://github.com/TonySherman/cdk-rds-appsync-example/tree/main |
@ashishdhingra I'm having the same problem The details in the previous github issue seem to be a good lead
|
Reproducible. DatabaseCluster.fromDatabaseClusterAttributes() returns a new instance of ImportedDatabaseCluster. It doesn't appear to make any context lookup calls similar to what is mentioned at Context methods. So unsure |
@kwwendt was able to provide another method of importing a cluster by using |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Describe the bug
I am having the same issue as #30676 that was previously closed.
I am looking up a RDS Database Cluster to use as an AppSync datasource. The RDS Cluster does have Data API enabled and I can add it as a datasource in the AppSync console, however when I add the RDS datasource via cdk, I get the error:
RuntimeError: Error: Cannot grant Data API access when the Data API is disabled
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
I should be able add a RDS datasource to an AppSync API by using the
fromDatabaseClusterAttributes
function.Current Behavior
Error is thrown:
RuntimeError: Error: Cannot grant Data API access when the Data API is disabled
Reproduction Steps
Possible Solution
No response
Additional Information/Context
#30676 explains this issue very well and what is causing it.
CDK CLI Version
2.151.0 (build b8289e2
Framework Version
No response
Node.js Version
v18.17.1
OS
MacOS
Language
Python
Language Version
Python 3.9
Other information
No response
The text was updated successfully, but these errors were encountered: