Hi! Do you know any good library supporting https://developer.amazon.com/docs/incentives-api/incentives-api.html ? Or maybe any plans to add this api into https://github.com/cognitect-labs/aws-api ?
check out https://github.com/sharetribe/aws-sig4
thanks @viesti
I've used that to make http requests to aws elasticsearch service, with the sig4 signature
Ah yes - same, until we just moved ES to VPC - whenever they added that capability
yeah same thing with ES for me too, just that I left the project before the VPC transition, so didn't get to discard the auth, though thinking that might still be worth to keep authentication with sig4 even with a VPC endpoint
Technically - that's not an AWS (as in Amazon Web Services) API - so I wouldn't count on it
But, since it's requiring some of the AWS mechanisms such as v4 signature, you could use aws-api to pull the functionality to create sigs and call the API directly yourself with something like clj-http
thanks!