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.28k stars 526 forks source link

Add Req compatibility and replace Httpotion as an example #960

Closed wkirschbaum closed 1 year ago

wkirschbaum commented 1 year ago

Httpotion has been retired and this introduces a new alternative. To make compatibility easier there is also a new map_response function.

This fixes: https://github.com/ex-aws/ex_aws/issues/958

wkirschbaum commented 1 year ago

The breaking build should be fixed by: https://github.com/ex-aws/ex_aws/pull/959

bernardd commented 1 year ago

Thanks @wkirschbaum! I've rebased this and merged it in #976