[AppSync]: dynamodb source doesn't support imported table #8618
Labels
@aws-cdk/aws-appsync
Related to AWS AppSync
@aws-cdk/aws-dynamodb
Related to Amazon DynamoDB
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
Adding dynamodb source to graphQL api doesn't support imported table.
Use Case
I have a table lets say 'Customer' that is created in another application and i want to add customer table as a data source in graphql api in another application.
Proposed Solution
Change
table: Table
argument totable: ITable
inaddDynamoDbDataSource
method andDynamoDbDataSourceProps
.Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: