MarcelStranak
MarcelStranak
### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description Command `localstack update all` should ignore the dangling `localstack/localstack:` images in...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description Adding the list of requests for a better access and easier...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Docker flags for port 53 are not provided when running the...
The list provided in the documentation is outdated, and when you try to use `pulumi up`, it ends up with an error. ``` error: pulumi:providers:aws resource 'default_6_8_0' has a problem:...
Add a point about the needed configuration for AWS SAM in VS Code, `launch.json`. It is important to mention the `dockerNetwork` property, which initiates the LocalStack container to execute the...
It might be helpful to add more samples. pyathena, awswrangler, sqlalchemy Pyathena ```python from pyathena import connect conn = connect( s3_staging_dir="s3://s3-results-bucket/output/", region_name="us-east-1", endpoint_url="http://localhost:4566", ) cursor = conn.cursor() cursor.execute("CREATE DATABASE IF...
Based on a question from our customer. More info can be found in the slack channel https://localstack-community.slack.com/archives/C03V6KQ4ZL4
### Is there an existing issue for this? - [X] I have searched the existing issues ### Enhancement description No resource provider found for `AWS::CloudFront::ResponseHeadersPolicy`. ### 🧑💻 Implementation _No response_...
Hi, I am getting this error when I try to install the extension. Failed to install extension: the local image you are trying to install has been modified and is...
I am unable to download the extension. ` localstack extensions install "git+https://github.com/localstack/localstack-extensions/#egg=localstack-extensions-stripe&subdirectory=stripe"` ``` C:\LocalStack>python "C:\Users\marce\AppData\Local\Programs\Python\Python310\Scripts\\localstack" extensions install git+https://github.com/localstack/localstack-extensions/#egg=localstack-extensions-stripe Traceback (most recent call last): File "C:\Users\marce\AppData\Local\Programs\Python\Python310\lib\site-packages\localstack\utils\container_utils\docker_cmd_client.py", line 659, in _run_async_cmd raise...