snowplow / snowbridge

For replicating streams across clouds, accounts and regions
Other
14 stars 8 forks source link

Add slula option #323

Closed colmsnowplow closed 4 months ago

colmsnowplow commented 4 months ago

Adds handling of SLULA option and env var.

Env var is not done via config because we want to accept non-bool values, so it's simplest to deal with it separately. In fact, I'm checking that ECS deployments are fully sunset, which would allow us to rip out env config for good.

Also fixes some minor inaccuracies with pre-existing tests.