cognitect-labs / aws-api

AWS, data driven
Apache License 2.0
724 stars 100 forks source link

No keyword access on the test client #224

Closed dchelimsky closed 1 year ago

dchelimsky commented 1 year ago

com.cognitect.aws/api 0.8.620 added keyword access to :api on the aws client, but not the test client.

> (:api (cognitect.aws.client.api/client {:api :s3})
"s3"
> (:api (cognitect.aws.client.test-double/client {:api :s3 :ops {})
nil

We'd like to use :api key to generate logging information and we'd like to be able to test that using the test client.

dchelimsky commented 1 year ago

Fixed in 0.8.630