Question
How can access to tables from DynamoDB be restricted after setting up a connector?
Environment
Database: DynamoDB
Answer
To only allow access to certain tables, you will need to change the Resource parameter of the IAM Policy to outline the specific tables you would like to provide access to.
More info on this setting can be found in Amazon's Documentation.
Cause
In our setup guide to create the IAM Policy, the Resource parameter is set to `*`. This will give access to all tables.