Skip to content

polovyivan/aws-lambda-intellij-debugging-and-local-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commands used to access S3 bucket locally

aws --endpoint-url=http://localhost:4566 s3 ls --profile=localstack - list buckets

aws --endpoint-url=http://localhost:4566 s3 ls s3://tutorial-bucket --recursive --profile=localstack - list files in a bucket

aws --endpoint-url=http://localhost:4566 s3 cp s3://tutorial-bucket/test-file1.txt test-file1.txt --profile=localstack - doenload file from S3 bucket

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published