aws 2023-11-11

Is :secretsmanager supported by the cognitect-labs/aws-api? Because I'm not managing to get it to work. When other services, it goes fine:

(def client (aws/client {:api :s3}))

=> #'tatata.core/client
(def client (aws/client {:api :secretsmanager}))

Execution error (ExceptionInfo) at cognitect.aws.service/service-description (service.clj:33).
Cannot find resource cognitect/aws/secretsmanager/service.edn.
I got the :secretsmanager keyword by this https://github.com/cognitect-labs/aws-api/blob/main/latest-releases.edn#L538C20-L538C34.

It works. Did you remember to add the com.cognitect.aws/secretsmanager dependency to your project?

:secretmanager..... facepalm 🤦 picard-facepalm

I had fixed but had forgotten to refresh another function. My bad.

Thanks anyway

👍 1