RohitJagdale
Results
1
comments of
RohitJagdale
I faced the same issue and instead of using "CfnDataSource" or "add*DataSource()" method i went with *DataSource class ``` typescript const dynamodbDS = new DynamoDbDataSource(this, "DynamoDbDataSource", { api: api, //...