MarcelStranak
MarcelStranak
Hi @lee-butn, We would appreciate it if you could provide us with additional information. To provide this information, we have a diagnostic endpoint available in LocalStack. To activate it, you...
This was already resolved.
Hi @akapti, can you please confirm if the issue is reproducible with the `localstack/localstack-pro:latest` Docker image? Thanks
Hi @akapti, we provide the documentation here https://docs.localstack.cloud/user-guide/aws/iot/#authentication
Hi @moodwrench, Please ensure you have updated to the latest versions of Terraform, the AWS provider, and the VPC module, and have pulled the latest LocalStack Docker image. The issue...
Hello @VSVDEv, I would like to provide some steps if they can resolve the issue. Change your docker-compose.yml ```yaml services: localstack: container_name: "${LOCALSTACK_DOCKER_NAME:-localstack-main}" image: localstack/localstack ports: - "127.0.0.1:4566:4566" # LocalStack...
Hi @oferbar, You are still trying to connect to the actual AWS. If you need more examples for the AWS Java SDK, please check our documentation pages for Tutorials and...
Hello @exoego, the Repro: https://github.com/exoego/localstack-lambda-queue-repro, is inaccessible. Please set the proper permissions to access the repository.
Hello @cbortz, The issue should be addressed in [Docker Desktop 4.30.0](https://docs.docker.com/desktop/release-notes/#for-mac). A similar case was reported in https://github.com/localstack/localstack/issues/10340 and resolved by the Docker team as seen in https://github.com/docker/for-mac/issues/7207. I recommend...
Thank you, @Igormandello, for the information. We are now aware of the issue and will investigate a possible resolution. Meanwhile, you can also switch to our default [docker-compose.yml](https://github.com/localstack/localstack/blob/master/docker-compose-pro.yml), as port...