Most voted "localstack" questions
Localstack is a tool for local development, simulating various services of the AWS Cloud environment (Amazon Web Services), making it more flexible and easier to develop cloud solutions on your own machine.
Learn more…3 questions
Sort by count of
-
1
votes1
answer529
viewsLocalstack starts on Docker, but I can’t access
I run a "Docker Compose" to start a localstack instance with the S3 service. It raises normally, but when trying to use AWS CLI to access it I get the following error: > aws…
-
0
votes0
answers120
viewsHow to include a file in a S3 with localstack using Java?
I created an application using Java with Spring. I set up a localstack and created a Bucket using AWS CLI. Everything went right. Only when I try to include a file using the code below, it bursts an…
-
0
votes0
answers17
viewsCORS error in commandeer with localstack
I’m using the commandeer to execute a local AWS instance. But some services I need, like Dynamo, Cloudformation, SNS and SQS are disabled with error 403 in commandeer. When I open the Docker image…