Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
17 views

When building a KB in GeneXus 17, it outputs the following error: error: ERR 211 Not enough local stack Followed by: warning: [BuildDaemon] Auto restarting Specifier daemon. True - AutoRestartCount: ...
DeivisKC_Solution's user avatar
0 votes
1 answer
69 views

Upon a symfony app I try to use localstack for local sqs: services: php: container_name: php build: context: ./php args: TIMEZONE: ${...
Dimitrios Desyllas's user avatar
0 votes
0 answers
43 views

When testing s3ControlClient.createAccessPoint(request); I am getting a NPE due to the underlying URL having the default accountId + localhost as the URI. This AWS toolkit cannot identify a host and ...
Gunther Jones's user avatar
0 votes
0 answers
57 views

I have a Java application, which uses AWS SDK Java 2.31.12 to list objects in a S3 bucket. I setup LocalStack, but I can't configure my Java application to use LocalStack instead of AWS. Profile I ...
dur's user avatar
  • 17.3k
1 vote
0 answers
43 views

First, a little background: I’m working on a proof of concept Java project that demonstrates how to develop, run and debug AWS Lambda functions locally using Localstack. This is the code for this ...
Joseph Faulkner's user avatar
0 votes
1 answer
287 views

I'm quite new to AWS and docker. In my local development environment, I want to upload files from the app server and place the files in localstack s3. However, when I try to access localstack s3 from ...
K.Hayashi's user avatar
0 votes
0 answers
40 views

I want to test my projects that consist of lambda functions on localstack. How should I integrate it?
topchamic's user avatar
0 votes
1 answer
63 views

I am running spring boot application and localstack with docker compose, it seems that I configured correctly but still throws the exception. my compose file: version: '3.9' services: localstack: ...
გენო მუმლაძე's user avatar
0 votes
1 answer
372 views

I was following the article baeldung site I did the step docker run \ --rm -it \ -p 127.0.0.1:4566:4566 \ -v /var/run/docker.sock:/var/run/docker.sock \ -v ./target:/opt/code/...
Kris Swat's user avatar
  • 1,094
0 votes
1 answer
120 views

I am trying to send a simple message between two applications using MassTransit and AWS/Localstack: public record AddContextMessage { public required string Host { get; init; } = string.Empty; ...
ScottishTapWater's user avatar
0 votes
2 answers
343 views

I have an application with Springboot and AWS Cloud SQS and I want to test it using Localstack. All my tests run with a green status successfully, but my terminal is full of errors. The errors are as ...
Sparkmuse's user avatar
0 votes
0 answers
54 views

Ive a lambda and a dynaoDB set in a localstack. The dyanmodDB table is correctly created(visible in web localstack + awslocal dynamodb list-tables in localstack-main container bash) In localstack-...
GauthierBee's user avatar
0 votes
1 answer
180 views

I am seeing the following error while trying check version of cdklocal My OS is ubuntu I am using NVM and tried with versions from 19~23. All giving this error not sure what is misconfigured. ../...
user1659210's user avatar
0 votes
0 answers
56 views

I've been trying to send logs to a localstack Docker container inside a Dagster Unit/Integration Test, with the following configurations: For the custom logger: @logger( { "name":...
Jesus Fragoso Jimenez's user avatar
0 votes
1 answer
88 views

Is is possible to generate custom id for the api gateway generated url, when using SAM template and localstack. I have read the documentation provided by localstack, where they have mentioned that ...
Sivaranjani Duraisamy's user avatar
0 votes
0 answers
151 views

I'm trying to test a Docker container that interacts with LocalStack using Testcontainers within an Apache Airflow DockerOperator. In my setup, I have: An Airflow DAG that uses the DockerOperator to ...
yudhiesh's user avatar
  • 6,877
0 votes
1 answer
162 views

I'm working on setting up Localstack in my Django app so we don't need to connect to S3 for local development. This is the relevant part of my docker-compose: app: build: context: . ...
Dillon Brock's user avatar
1 vote
1 answer
2k views

I'm using a fairly simple set up with local stack to emulate reading from an AWS SQS queue. When I run this boiler plate code I get an error about missing action. Exception has occurred: CLR/Amazon....
mituw16's user avatar
  • 5,278
2 votes
2 answers
196 views

When I am running Localstack then I am getting the error: PS D:\Localstack> docker-compose up Pulling localstack (localstack/localstack:latest)... latest: Pulling from localstack/localstack ...
jas max's user avatar
  • 57
1 vote
1 answer
1k views

I've had issues with localstack, so I wanted to delete it and reinstall a new. I tried multiple commands to remove it which included pip uninstall localstack-cli, pip3 uninstall localstack-cli and ...
Berns's user avatar
  • 179
1 vote
1 answer
318 views

I am having trouble persisting S3 buckets (and their contents) across restarts in my localstack deployment on my dev machine. This is my docker-compose.yaml file version: "3.8" services: ...
davykiash's user avatar
  • 1,814
0 votes
1 answer
369 views

I'm trying to test out the timeout for a signed PUT S3 URL but files always get uploaded to localstack s3 regardless. Same code works (Spring Boot) and does time out returning 403 FORBIDDEN on an ...
Aspiring Dev's user avatar
1 vote
2 answers
593 views

I have quarkus application with an REST endpoint to upload file to S3. With devservices by default I can see localstack container running. I am trying to build s3client as below and the application ...
Jaiprasad's user avatar
  • 329
0 votes
2 answers
377 views

When I am trying to rub localstack/localstack by docker run --rm -it -p 4566:4566 -p 4510-4559:4510-4559 localstack/localstack I am getting error LocalStack version: 3.5.1.dev LocalStack build date: ...
President Jam's user avatar
1 vote
1 answer
1k views

I am new to Docker and AWS, but trying do a small project. Aim is to get data from AWS SQS queue through localstack, make a few transformations in local machine and store it in Postgres database. I am ...
Sirius Black's user avatar

1
2 3 4 5
12