less_verifies_alexa v0.1.0 LessVerifiesAlexa.Certificate

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.

Summary

Functions

fetch(pem_url)
fetch(String.t) :: {:ok, String.t} | {atom, atom}
valid?(signature, pem, raw_body)
valid?(String.t, String.t, String.t) :: :ok | {:error, atom}