574 questions
1
vote
1
answer
29
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
46
views
Localstack returning error when trying to provision a dotnet8 lambda
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 ...
0
votes
1
answer
74
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
1
answer
193
views
why does one have to execute the aws sso login command when one is Only working with LocalStackCloud on one's work computer? [closed]
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/...
0
votes
0
answers
54
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 ...
-1
votes
1
answer
59
views
Terraform deployment in localstack with out errors half the config only get deployed [closed]
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 ...
0
votes
0
answers
59
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 ...
0
votes
0
answers
42
views
AWS Lambda + LocalStack: How to Package NLTK/VADER for Sentiment Analysis Without Runtime Errors?
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 ...
1
vote
0
answers
44
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 ...
2
votes
1
answer
195
views
Hot reload Lambda functions using a dockerized LocalStack, TypeScript and AWS CDK v2
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}"
...
0
votes
1
answer
304
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 ...
1
vote
1
answer
182
views
How can I get an ECS container running inside localstack to connect to an S3 bucket also on the same localstack?
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....
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
180
views
Localstack upgrade v2 -> v3 - SQS service not available on localhost
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/...
0
votes
1
answer
65
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:
...