ex-aws / ex_aws

A flexible, easy to use set of clients AWS APIs for Elixir
https://hex.pm/packages/ex_aws
MIT License
1.28k stars 526 forks source link

Add eu-west-2 to firehose endpoints #931

Closed ashutoshrishi closed 1 year ago

ashutoshrishi commented 1 year ago

Firehose's eu-west-2 endpoint is not listed as active in the endpoints config. Therefore you get the error:

** (RuntimeError) firehose not supported in region eu-west-2 for partition aws

Checking the endpoints available for firehose, eu-west-2 is listed as an active endpoint: https://docs.aws.amazon.com/general/latest/gr/fh.html

bernardd commented 1 year ago

Thanks @ashutoshrishi!