secretsmanager requires a more recent version of ex_aws than specified in its mix.exs. I believe the endpoints.exs only included secretsmanager for version 2.1+... and the version specified in the mix.exs file is very specific
({:ex_aws, "~> 2.0.0"})
I'd change this to
({:ex_aws, "~> 2.1"})
secretsmanager requires a more recent version of ex_aws than specified in its mix.exs. I believe the endpoints.exs only included secretsmanager for version 2.1+... and the version specified in the mix.exs file is very specific
({:ex_aws, "~> 2.0.0"})I'd change this to
({:ex_aws, "~> 2.1"})