Page MenuHomePhabricator

[docs] [services] [9/n] Change docs and script to start docker-composed based localstack
AbandonedPublic

Authored by will on Jan 5 2024, 12:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 14 2024, 11:25 PM
Unknown Object (File)
Oct 14 2024, 11:25 PM
Unknown Object (File)
Oct 14 2024, 11:24 PM
Unknown Object (File)
Sep 7 2024, 9:56 AM
Unknown Object (File)
Sep 7 2024, 9:25 AM
Unknown Object (File)
Sep 6 2024, 10:32 PM
Unknown Object (File)
Aug 23 2024, 4:30 PM
Unknown Object (File)
Aug 23 2024, 3:56 PM
Subscribers

Details

Summary

This adds a script to run docker-compose based localstack (localstack version 2.3.2) instead of Nix-based localstack (1.4.0).
Additionally, the docs are changed to reflect the new process of starting localstack. This will be temporary until localstack can be updated.

Depends on D10501

Test Plan

Tested usage of script

Diff Detail

Repository
rCOMM Comm
Branch
identity-search
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

will retitled this revision from [docs] [services] Change docs and script to start docker-composed based localstack to [docs] [services] [9/n] Change docs and script to start docker-composed based localstack.Jan 5 2024, 12:10 PM
will edited the summary of this revision. (Show Details)

This approach seems okay, but @atul had some interesting suggestions on ENG-5724 – wondering if you could spend 30-60min giving those a try. Would be great if there's an easy solution that lets us avoid this hacky approach

services/scripts/docker_localstack_up.sh
18

Capitalize Compose

19

Interesting, looks like this script (init-local-cloud) has been around for a while. Has it always basically "worked"?

21

Here too

services/scripts/docker_localstack_up.sh
19
will requested review of this revision.Jan 5 2024, 12:57 PM

Please capitalize "Compose" in "Docker Compose" before landing

This revision is now accepted and ready to land.Jan 5 2024, 4:05 PM