Contributions to ExAws.Dynamo are always welcome! For contributions to this particular service, feel free to just open a PR or an issue. For larger scale contributions see: https://github.com/ex-aws/ex_aws/blob/master/CONTRIBUTING.md
Before submitting any PR, please make sure that the code is adequately tested, formatted, and checked for other issues... in other words, please run
# a convenient alias for runnin `mix format`, `mix credo --strict`, and `mix dialyzer`
mix code_quality
and
mix test
and respond to any issues that are raised accordingly.