Fork me on GitHub
#aws
<
2020-02-11
>
include22:02:27

I would be very grateful if someone ELI5 this to me 🙂 “(…) support automatic resource management (…) anything you’ve been doing to manually manage resources is probably unnecessary now.” 😅 thnx

kenny00:02:46

@U3NP9AM0S We have a wrapper client function that always passes

(def default-http-client
  (delay (aws/default-http-client)))
to the call to cognitect.aws.client.api/client. That means we don't need this anymore.

include01:02:27

perhaps ELI4? 🙂 kidding - thank you for the explanation. It’s a mechanism to simplify that operation.

✔️ 4