Skip to content

Add --recursive to the S3 receipts check in module 01 - #19

Open
kakakakakku wants to merge 1 commit into
localstack:mainfrom
kakakakakku:improve-module1
Open

Add --recursive to the S3 receipts check in module 01#19
kakakakakku wants to merge 1 commit into
localstack:mainfrom
kakakakakku:improve-module1

Conversation

@kakakakakku

Copy link
Copy Markdown

Thank you for this great workshop!
I noticed a small improvement while working through it (it might be a tiny one 😀), so I'm sending it your way.

Changes

In module 01, running the awslocal s3 ls command only shows the folder.

$ awslocal s3 ls s3://order-receipts/
                           PRE receipts/

Since we want to check the actual S3 objects here, I believe --recursive is needed.

$ awslocal s3 ls --recursive s3://order-receipts/
2026-08-22 08:55:37        136 receipts/6a9fb79d1845.json

Thank you 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant