Skip to content

Commit

Permalink
Documentation: Fix DynamoDB CDC: There is no "TRUNCATE TABLE"
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 25, 2024
1 parent 0c59124 commit dcbb017
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/io/dynamodb/cdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ aws dynamodb execute-statement --statement \
"SELECT * FROM \"demo-source\";"
```

Truncate DynamoDB collection.
```shell
aws dynamodb execute-statement --statement \
"DELETE FROM \"demo-source\" WHERE ${READING_WHERE};"
```

(ecr-repository-policy)=
### ECR Repository Policy
Expand Down

0 comments on commit dcbb017

Please sign in to comment.