Allow for localstack to be easily be shutdown through nix
part of: https://linear.app/comm/issue/ENG-1697
Depends on D5245
Differential D5246
[Nix] Add localstack-down • jon on Sep 27 2022, 9:42 PM. Authored by Tags None Referenced Files
Details
Allow for localstack to be easily be shutdown through nix part of: https://linear.app/comm/issue/ENG-1697 Depends on D5245 nix run .#localstack-up # get message about it being up docker ps # assert localstack is running nix run .#localstack-down docker ps # assert localstack is no longer running
Diff Detail
Event TimelineComment Actions Resigning and adding @abosh as blocking. Anticipate you'll get some pushback on shell within writeShellApplication instead of external file |