Skip to content

Instantly share code, notes, and snippets.

@qgadrian
Created December 20, 2018 19:23
Show Gist options
  • Save qgadrian/199efe16374361eee493cb11202cce9f to your computer and use it in GitHub Desktop.
Save qgadrian/199efe16374361eee493cb11202cce9f to your computer and use it in GitHub Desktop.
elixir_alexa_1.exs
defp deps do
[
{:credo, "~> 1.0.0", only: [:dev, :test], runtime: false},
{:aws_lambda_elixir_runtime, "~> 0.1.0", only: [:lambda]},
{:distillery, "~> 2.0"},
{:tmdb, git: "https://github.com/seanabrahams/elixir-tmdb.git"},
{:mox, "~> 0.4", only: :test}
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment