Update the webhook documentation with important settings for use

This commit is contained in:
R Tyler Croy 2024-04-05 15:42:15 -07:00
parent 85f6b1fc22
commit a39e49697a
1 changed files with 7 additions and 0 deletions

View File

@ -35,5 +35,12 @@ toc::[]
| _null_
| **Required** the S3 location of the Delta table which should be appended to.
| `AWS_S3_LOCKING_PROVIDER`
|
| Set to `dynamodb` to enable safe concurrent writes to the table
| `DYNAMO_LOCK_TABLE_NAME`
|
| Set to the DynamoDB table used for locking, required for safe concurrent writes.
|===