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.29k stars 529 forks source link

Fix README codec section #809

Closed noxdafox closed 3 years ago

noxdafox commented 3 years ago

It claims the default JSON codec to be Poison.

It was changed into Jason in commit https://github.com/ex-aws/ex_aws/commit/efd3b660f2471ddbf6dc87e7269745a41500456c 2 years ago.

bernardd commented 3 years ago

Nice one, thanks @noxdafox.