agilord / aws_client

High-level APIs for Amazon Web Services (AWS) in Dart
233 stars 104 forks source link

bedrock client support #430

Open fvisticot opened 3 months ago

fvisticot commented 3 months ago

I have cloned the repo and tried to generate clients. Generation is OK but I do not see any SDK generated for bedrock* packages.

The following logs show "NO_PACKAGE_BASENAME" for bedrock

Can you please advice to generate bedrock* clients ?

`APIs not generated: json:

Schwusch commented 3 months ago

Duplicate of https://github.com/agilord/aws_client/issues/423?

fvisticot commented 3 months ago

Duplicate of #423?

Seems a duplicate, but not clear for me how to get or generate an up to date version of Bedrock client ? Any support would be welcome

isoos commented 3 months ago

Seems a duplicate, but not clear for me how to get or generate an up to date version of Bedrock client ?

I believe we have already done that. The generated readme has it already: https://pub.dev/packages/aws_client

fvisticot commented 3 months ago

Seems a duplicate, but not clear for me how to get or generate an up to date version of Bedrock client ?

I believe we have already done that. The generated readme has it already: https://pub.dev/packages/aws_client

Tx you very much for the support. I have succeed to call my first request with Bedrock / Converse Api !. I have still an issue now for converseStream API Call (Stream LLM output). I will fill a separate issue for that.