diff --git a/changes/ee/fix-10438.en.md b/changes/ee/fix-10438.en.md new file mode 100644 index 000000000..859a35499 --- /dev/null +++ b/changes/ee/fix-10438.en.md @@ -0,0 +1,3 @@ +Fix a configuration item name error in the DynamoDB data bridge. + +Changed `database` to `table`, because there is no term like `database` in DynamoDB, the correct concept should be `table`