574 questions
1
vote
1
answer
22
views
Error "error: ERR 211 Not enough local stack" while building on GeneXus 17
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:
...
0
votes
1
answer
70
views
How can I disable ssl upon sqs on localstack?
Upon a symfony app I try to use localstack for local sqs:
services:
php:
container_name: php
build:
context: ./php
args:
TIMEZONE: ${...
0
votes
0
answers
47
views
What is the correct configuration of Testcontainers and LocalStack to test S3ControlClient createAccessPoint?
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 ...
0
votes
0
answers
58
views
How to configure Java application to use LocalStack?
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 ...
1
vote
0
answers
43
views
How can I get Maven to build a Java project automatically for hot-reloading (with Localstack)
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 ...
0
votes
1
answer
287
views
Connection refused error (127.0.0.1:4566) for Localstack S3 in NestJS
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 ...
0
votes
0
answers
40
views
How to integrate the sam-cli with localstack?
I want to test my projects that consist of lambda functions on localstack. How should I integrate it?
0
votes
1
answer
63
views
running localstack on docker compose throws java.net.UnknownHostException: module-1.localstack exception
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:
...