Grégoire Morpain

Results 8 issues of Grégoire Morpain

Have a look at https://github.com/salesforce/policy_sentry/ ; could be a nice addition. Cheers 🤟

enhancement

Hi, I'm having a problem when I try to export a very large number of events ``` ruby client.request('export', from_date: from_date, to_date: to_date).each do |event| file.puts(event.to_json) end ``` We get:...

Hey, At the moment, this gem only uses the first server from the array we pass, I think it would be very useful to use all of them because sometime...

enhancement

### Description The Amazon Bedrock provider's `getModel` function ignores the `options.region` from config when determining the region prefix for model IDs. It uses a closure-captured value from `AWS_REGION` env var...

### Summary Adds configuration file support for Amazon Bedrock provider with `profile`, `region`, and `endpoint` options. Documents authentication precedence to clarify that bearer tokens take priority over AWS credential chain...