aws

Kari Marttila 2025-03-20T11:24:46.125619Z

How to query which API clients there are in the com.cognitect.aws/api ? I now there is s3 and bedrock-agent-runtime , but how to get a listing of all clients?

jaihindhreddy 2025-03-20T11:30:18.263949Z

A list of all clients can be found here: https://github.com/cognitect-labs/aws-api/blob/main/latest-releases.edn

jaihindhreddy 2025-03-20T11:31:15.164599Z

For each AWS product you want to use, a separate dependency needs to be added to the classpath.

Kari Marttila 2025-03-20T11:31:32.253439Z

Yes! Thanks!

danieroux 2025-03-20T11:30:13.694049Z

It's this what you are looking for? https://github.com/cognitect-labs/aws-api/blob/main/latest-releases.edn

💯 1
Kari Marttila 2025-03-20T11:31:43.095129Z

Yes! Thanks!