Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
1 vote
1 answer
29 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
46 views

I'm trying to provision a lambda on a free localstack instance. As such, I cannot build the lambda as an image and push it into localstack's ECR because ECR is a paid resource. So I'm taking the ...
QuisEs99's user avatar
0 votes
1 answer
74 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
1 answer
193 views

Here is the info about the technologies that I'm using: LocalStack CLI 4.6.0 OS Name Microsoft Windows 11 Enterprise Docker Desktop 4.43.2 (199162) aws --version aws-cli/2.17.0 Python/3.11.8 Windows/...
crazyTech's user avatar
  • 1,517
0 votes
0 answers
54 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
-1 votes
1 answer
59 views

So Im trying to deploy some terraform configuration into localstack. Im running it inside WSL so linux based, The problem is that for testing now the configuration in terraform creates an S3 bucket ...
HashtagForgotName's user avatar
0 votes
0 answers
59 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
0 votes
0 answers
42 views

I'm working on a university project that involves building a serverless pipeline using AWS Lambda functions in a LocalStack environment. The pipeline processes customer reviews and performs ...
acdm's user avatar
  • 1
1 vote
0 answers
44 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
2 votes
1 answer
195 views

I am using LocalStack Docker and AWS CDK v2 image and I want to hot reload Lambda functions after file saves services: backend: container_name: "${LOCALSTACK_DOCKER_NAME:-backend}" ...
Sofienne Lassoued's user avatar
0 votes
1 answer
304 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
1 vote
1 answer
182 views

In my ECS container running inside localstack, I need to connect to S3 (also on same localstack) using localhost.localstack.cloud like in docs but that seem to fail? botocore.exceptions....
Jiew Meng's user avatar
  • 89.2k
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
180 views

I have a Localstack repository which starts up using Docker Compose. The relevant part of the Docker Compose file is as follows: version: '3.4' services: localstack: image: localstack/...
Martin Bamford's user avatar
0 votes
1 answer
65 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

15 30 50 per page
1
2 3 4 5
39