Skip to content

Commit 1b64e76

Browse files
authored
Update index.md
1 parent f2f9a6b commit 1b64e76

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/amazon-kinesis

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/amazon-kinesis/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Replace that snippet with the following, and replace the contents of the array w
178178
}
179179
```
180180

181-
### Migrating to PutRecords
181+
### Update IAM to Support PutRecords
182182
The Kinesis destination will default to use PutRecords. A previous version of the IAM policy document only granted `PutRecord` access, which can slow down Kinesis write times and degrade data deliverability. Substitute the updated policy document above to grant Kinesis `PutRecords` (plural) and allow batching, like this:
183183
```json
184184
{

0 commit comments

Comments
 (0)