awyeah-api icon indicating copy to clipboard operation
awyeah-api copied to clipboard

Cognitect's aws-api for babashka

Results 4 awyeah-api issues
Sort by recently updated
recently updated
newest added

This feature isn't yet supported in aws-api. The goal of awyeah-api is to have feature parity with aws-api, so this won't be added until aws-api supports this feature. The issue...

https://github.com/grzm/awyeah-api/blob/1810bf624da2be58c77813106a1d51e32db11690/src/com/grzm/awyeah/http_client.clj#L170 The `pending-ops` should be `dec` when `submit` request is complete, but now it is called right after `submit` is fired, which means pending-ops will never reach limit. consider `dec`...

The `README.md` suggests using the following to include the dependency: ```clojure com.grzm/awyeah-api {:git/url "https://github.com/grzm/awyeah-api" :git/sha "e5513349a2fd8a980a62bbe0d45a0d55bfcea141" :git/tag "v0.8.84"} ``` But doing so from a Babashka script results in: ``` Error...

I am using aws-vault and using credential_process to secure my credentials in the keychain. https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.html ``` [profile fluree-kharriger-sandbox] credential_process=aws-vault export fluree-kharriger-sandbox --no-session --format=json region=us-east-1 ``` typically exporting aws profile is...