Wondering if there was a way I could add the ARN of a ddb table (which exists on the same AWS Account) to use as a datasources within AppSync.
Essentially just adding the name of a table that exists on the same AWS account gives me this error, because the resource is not provisioned within the same project.
Cannot resolve variable at "custom.appSync.dataSources.3.config.tableName": Value not found at "self" source,
You can do this through the AWS AppSync UI.
I was hoping to find a way where I could just add the ARN of the ddb table in question to my datasources definition, but cannot find a way of doing this through this plugin.
Wondering if there was a way I could add the ARN of a ddb table (which exists on the same AWS Account) to use as a datasources within AppSync.
Essentially just adding the name of a table that exists on the same AWS account gives me this error, because the resource is not provisioned within the same project.
Cannot resolve variable at "custom.appSync.dataSources.3.config.tableName": Value not found at "self" source,
You can do this through the AWS AppSync UI.
I was hoping to find a way where I could just add the ARN of the ddb table in question to my datasources definition, but cannot find a way of doing this through this plugin.