From f96ce83b3c9f378cc4e005aa58949d0e9be860fb Mon Sep 17 00:00:00 2001 From: kakakakakku Date: Tue, 23 Jul 2024 09:03:36 +0900 Subject: [PATCH] Fix endpoint url correctly for DynamoDB TTL --- content/en/user-guide/aws/dynamodb/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/aws/dynamodb/index.md b/content/en/user-guide/aws/dynamodb/index.md index 5b4e98a858..c4ce2c0981 100644 --- a/content/en/user-guide/aws/dynamodb/index.md +++ b/content/en/user-guide/aws/dynamodb/index.md @@ -166,7 +166,7 @@ In addition, to programmatically trigger the worker at convenience, we provide t The response returns the number of deleted items: ```console -curl -X DELETE localhost:4566//_aws/dynamodb/expired +curl -X DELETE localhost:4566/_aws/dynamodb/expired {"ExpiredItems": 3} ```