mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-14 23:31:48 +01:00
When configuring DynamoDB, the read and write capacities configured only have any effect if the table does not exist. As per the comment in the code [1], the configuration of an existing table is never modified. This was not previously reflected in the documentation - this commit rectifies that. [1]: https://github.com/hashicorp/vault/blob/master/physical/dynamodb/dynamodb.go#L743-L745