adding a DatabaseCluster datasource AppSync via the CDK (go) #29733
Unanswered
crispywalrus
asked this question in
Q&A
Replies: 1 comment
-
I want to ensure aws isn't blocking or restricting my incoming and out going messages. Please assist |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an
awsappsync.GraphqlApi
and aawsrds.DatabaseCluster
The ability to enable the Data API was recently added to the CDK, so I've got that. In order to add a resolver I need a datasource to add it to and I can't figure out how to create a datasource from the cluster that's acceptable. Type wise theapi.AddRdsDataSource
requires anIServerlessCluster
an interface thatDatabaseCluster
doesn't implement. Do I use AddHttpDatasource (that seems wrong) what am I missing?Beta Was this translation helpful? Give feedback.
All reactions