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.27k stars 526 forks source link

Adding new supported endpoints for Rekognition #833

Closed markbutlr closed 2 years ago

markbutlr commented 2 years ago

Description

Noticed we were getting some errors for rekognition not supported in region for partition aws. Although, the specified region was supported according to the AWS documentation.

I've added the new supported endpoints: ap-south-1, ap-northeast-2, ca-central-1, eu-central-1, and us-west-1 for Rekognition following Amazons documentation: https://docs.aws.amazon.com/general/latest/gr/rekognition.html

Screen Shot 2021-10-18 at 9 48 39 AM

bernardd commented 2 years ago

Thanks @markbutlr !