Fork me on GitHub
#duct
<
2018-07-18
>
iperdomo16:07:00

Hi all, we're using duct (core @ v0.6.2) and and we're looking for a solution to a basic problem ... how can i have some key in my config map that is only configuration e.g. AWS credentials read from environment? .... if use :my-project/aws {:access-key-id #duct/env ["AWS_ACCESS_KEY_ID"] ,,,} duct, complains that there is no init-key for :my-project/aws, so the way to solve that is to have a defmethod that only returns the same options passed ...

iperdomo16:07:32

is this the right way to to solve the problem?