Closed hasufell closed 1 year ago
Hmm, the behavior is a little odd when passing a nonsensical hostname.
I think what happens here is that we can't abort the main thread on env config failure, because the IO is deferred to run in the child thread that accesses the AWS env. And then it somehow catches its own exception.
Hmm, I think my assumptions are wrong. To create the env it will read credentials etc, but not do any network calls.
I made you a
maintainer
for this repository so you can push your branches directly here.