Skip to content
Update local workflow authored by Kim Carter's avatar Kim Carter
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
Leaving `docker stats` running in a terminal is often useful to see which containers are running and how much work they're doing. Leaving `docker stats` running in a terminal is often useful to see which containers are running and how much work they're doing.
Adding the `--debug` flag to the end of `sam local` commands can be helpful.
## Testing the [`provisionAppSlaves`](https://gitlab.com/purpleteam-labs/purpleteam-lambda/-/blob/master/local/app-slave-provisioner/index.js) ## Testing the [`provisionAppSlaves`](https://gitlab.com/purpleteam-labs/purpleteam-lambda/-/blob/master/local/app-slave-provisioner/index.js)
1. Terminal 1: Run docker-compose-ui from the `purpleteam-s2-containers/` root directory. Run the following command: 1. Terminal 1: Run docker-compose-ui from the `purpleteam-s2-containers/` root directory. Run the following command:
... ...
......