Fork me on GitHub
#aws
<
2021-02-16
>
fmnoise20:02:18

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 ?

lukasz20:02:31

Technically - that's not an AWS (as in Amazon Web Services) API - so I wouldn't count on it

lukasz20:02:57

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

viesti18:02:45

I've used that to make http requests to aws elasticsearch service, with the sig4 signature

lukasz18:02:32

Ah yes - same, until we just moved ES to VPC - whenever they added that capability

viesti08:02:40

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