ex-aws / ex_aws_sts

13 stars 31 forks source link

Allow using other JSON codecs #20

Closed angelsl closed 3 years ago

angelsl commented 3 years ago

Poison is hardcoded here:

https://github.com/ex-aws/ex_aws_sts/blob/b5393dc76a9105558466a89444f4c6afe338cc79/lib/ex_aws/sts.ex#L151

aloukissas commented 3 years ago

Was about to file the same thing. Could generate a PR to make this configurable (e.g. use Jason).

vanetix commented 3 years ago

If either one of you have time to take a stab at this sometime this week that would be awesome, if not I'll have some time this weekend to knock this out.

As always, thanks for the catch here!