Closed aronglia closed 5 months ago
Endpoints listed in: https://docs.aws.amazon.com/general/latest/gr/ev_pipes.html
Before opening a PR, please make sure you have:
mix format
mix dialyzer
mix test
Thanks @aronglia and apologies for taking a while to get to this.
Endpoints listed in: https://docs.aws.amazon.com/general/latest/gr/ev_pipes.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).