elixir-invoke-lambda-example
elixir-invoke-lambda-example copied to clipboard
💧|> λ |> 💌 A step-by-step example/tutorial showing how to invoke AWS Lambda functions from Elixir/Phoenix Apps.
``` src/ssl_verify_fun_cert_helpers.erl:64:1: Warning: function extract_dns_names_from_alt_names/2 is unused % 64| extract_dns_names_from_alt_names([ExtValue | Rest], Acc) -> % | ^ could not compile dependency :ssl_verify_fun, "mix compile" failed. Errors may have been logged...
The compile error: #30 😖 Has surfaced that this repo is still using an _ancient_ version of `Phoenix`: https://github.com/dwyl/elixir-invoke-lambda-example/blob/0fc1219fda56823ff0ce2e96edabba851d4aee60/mix.exs#L39 If we want it to be useful we need to update...