This module is used as a part of the certificate validation process. It’s responsible for fetching Amazon PEMs and using them to validate any incoming requests.
fetch(String.t) :: {:ok, String.t} | {atom, atom}
valid?(String.t, String.t, String.t) :: :ok | {:error, atom}