Closed marramgrass closed 5 months ago
Endpoints and regions as listed at https://docs.aws.amazon.com/general/latest/gr/pinpoint.html.
Before opening a PR, please make sure you have:
mix format
mix dialyzer
mix test
Thanks @marramgrass!
Endpoints and regions as listed at https://docs.aws.amazon.com/general/latest/gr/pinpoint.html.
Before opening a PR, please make sure you have:
mix format
using a recent version of Elixirmix dialyzer
to make sure the typing is correctmix test
to ensure no tests have broken (also please make sure you've added tests for your particular change, where appropriate).