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.26k stars 521 forks source link

Add `me-south-1` to SNS endpoints #955

Closed infinityfye closed 1 year ago

infinityfye commented 1 year ago

Add me-south-1 to the list of SNS endpoints so ex_aws won't error when connecting to valid sns endpoints.

Before opening a PR, please make sure you have:

[x] Run mix format using a recent version of Elixir [x] Run mix dialyzer to make sure the typing is correct [x] Run mix test to ensure no tests have broken (also please make sure you've added tests for your particular change, where appropriate).

I couldn't find tests that check this particular use case. I would be more than happy to add any if required.

bernardd commented 1 year ago

Thanks @infinityfye!