Skip to content

Commit

Permalink
Amazon DynamoDB/v1 - Add getRecords privilege (#430)
Browse files Browse the repository at this point in the history
* Add getRecords privilege

* Fix tap name
  • Loading branch information
Erin Cochran authored Feb 24, 2020
1 parent d276a1c commit d45e1d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -------------------------- #
# S3 User Privileges #
# -------------------------- #
# ----------------------------------- #
# Amazon DynamoDB User Privileges #
# ----------------------------------- #

## The permissions Stitch needs to connect to and replicate data from an S3 database.
## For S3, these are granted via an auto-generated bucket policy that displays in
## The permissions Stitch needs to connect to and replicate data from a DynamoDB database.
## For DynamoDB, these are granted via an auto-generated bucket policy that displays in
## the Stitch UI in the Integration Settings page.

user-privileges:
Expand All @@ -19,8 +19,11 @@ user-privileges:
- name: "dynamodb:DescribeTable"
reason: "Required to obtain information about the current account's tables."

- name: "dynamodb:GetRecords"
reason: "Required to return records from a shard."

- name: "dynamodb:Scan"
reason: "Required to perform a scan on tables using Full Table Replication."

- name: "dynamodb:GetShardIterator"
reason: "Required to perform the Log-based Incremental Replication."
reason: "Required to perform Log-based Incremental Replication."
2 changes: 1 addition & 1 deletion _database-integrations/dynamodb/dynamodb-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ name: "amazon-dynamodb"
display_name: "Amazon DynamoDB"

singer: true
tap-name: "tap-dynamodb"
tap-name: "Amazon DynamoDB"
repo-url: "https://github.com/singer-io/tap-dynamodb"
status-url: "https://status.aws.amazon.com/"

Expand Down

0 comments on commit d45e1d5

Please sign in to comment.