From 475ae286c96eee2224f72680ae4e66652666e77f Mon Sep 17 00:00:00 2001 From: kakakakakku Date: Sat, 22 Aug 2026 11:03:44 +0900 Subject: [PATCH] Add --recursive to the S3 receipts check in module 01 --- 01-serverless-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-serverless-app/README.md b/01-serverless-app/README.md index a01ad0b..ca6c60c 100644 --- a/01-serverless-app/README.md +++ b/01-serverless-app/README.md @@ -86,7 +86,7 @@ curl -s "$API/orders" | python3 -m json.tool awslocal dynamodb scan --table-name orders # Check S3 receipts -awslocal s3 ls s3://order-receipts/ +awslocal s3 ls --recursive s3://order-receipts/ ``` ### Open the UI