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?
A list of all clients can be found here: https://github.com/cognitect-labs/aws-api/blob/main/latest-releases.edn
For each AWS product you want to use, a separate dependency needs to be added to the classpath.
Yes! Thanks!
It's this what you are looking for? https://github.com/cognitect-labs/aws-api/blob/main/latest-releases.edn
Yes! Thanks!