Page MenuHomePhabricator

D6787.id22952.diff
No OneTemporary

D6787.id22952.diff

diff --git a/nix/dev-shell.nix b/nix/dev-shell.nix
--- a/nix/dev-shell.nix
+++ b/nix/dev-shell.nix
@@ -75,9 +75,7 @@
cmake
cmake-format # linting
libuv
- # Localstack is currently broken by partial update
- # See https://github.com/NixOS/nixpkgs/pull/197572
- #localstack
+ localstack
pkg-config
protobuf_3_15_cmake
grpc
diff --git a/scripts/source_development_defaults.sh b/scripts/source_development_defaults.sh
--- a/scripts/source_development_defaults.sh
+++ b/scripts/source_development_defaults.sh
@@ -50,3 +50,6 @@
if [[ ! "$PATH" =~ \.cargo/bin ]]; then
export PATH="$PATH":${HOME}/.cargo/bin
fi
+
+# For development and local testing, point to localstack
+export AWS_ENDPOINT=http://localhost:4566

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 6:00 AM (18 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2683956
Default Alt Text
D6787.id22952.diff (755 B)

Event Timeline