aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
kari 2020-01-16T11:13:41.035700Z

(require '[cognitect.aws.client.api :as aws])
(def kafka-client (aws/client {:api :kafka}))
(aws/invoke kafka-client {:op :ListClusters } )
=>
{:cognitect.anomalies/category :cognitect.anomalies/fault,
 :cognitect.aws.client/throwable #error{:cause "Unparseable date: \"2020-01-13T12:45:44.63Z\"",
                                        :via [{:type java.text.ParseException,
                                               :message "Unparseable date: \"2020-01-13T12:45:44.63Z\"",
...
Is this some known issue?

kari 2020-01-16T11:27:36.035900Z

(aws/invoke kafka-client {:op :DescribeCluster :request {:ClusterArn "arn:aws:kafka:eu-west-1:99999999:cluster/MY-SECRET-MSK-NAME/999999999999"}} )
=>
{:message "The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
(anonymized the arn a bit above, in my REPL the arn is right, AWS_PROFILE is fine (the same credentials work e.g. with cognitect aws kinesis client just fine...)