Simon Walker
Simon Walker
There is currently quite a lot of cloning going on. Remove these, if appropriate.
## Motivation We have some make targets and helper scripts that rely on mounting the local code into the right place into the Docker container. We are planning to restructure...
## Motivation It would be nice to support using [`cdklocal`](https://github.com/localstack/aws-cdk-local) in [init hooks](https://docs.localstack.cloud/references/init-hooks/). ## Changes - Add package installer for lpm ## Testing Create a script with the following contents:...
# Motivation Our getting started example does not mount the Docker socket. If the user does this, they get lots of log messages regarding failed connections to the Docker socket...
## Overview LocalStack is migrating to use auth tokens instead of api keys. This should be reflected in the 1Password LocalStack shell plugin. See the first item in the [LocalStack...
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a?narHash=sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ%3D' (2024-03-11) → 'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a?narHash=sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ%3D' (2024-09-17) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/cb9a96f23c491c081b38eab96d22fa958043c9fa?narHash=sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y%3D' (2024-08-04) → 'github:nixos/nixpkgs/27e30d177e57d912d614c88c622dcfdb2e6e6515?narHash=sha256-HP89HZOT0ReIbI7IJZJQoJgxvB2Tn28V6XS3MNKnfLs%3D' (2024-10-01)...
In #330 we introduced vector column support. Our current tests only validate data created by ourselves. We should include data created by other tools to ensure compatibility with a more...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When I run the following commands: * `cdklocal bootstrap` * `cdklocal...
## Motivation PR https://github.com/localstack/localstack/pull/11502 added helpful advice for when developers are asked for their sudo password during startup. This suggests to disable the DNS server with `DNS_ADDRESS=0`. We don't recommend...
## Motivation A customer presented an error which involved a `FindInMap` in a `Condition`. The `FindInMap` uses `Ref`s for its map and top level keys, which raised an error: ```...