Created
November 18, 2019 23:30
-
-
Save sdomino/936d7de435b9b86e62c51ca7caac89b3 to your computer and use it in GitHub Desktop.
messenger/mix.exs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defp deps do | |
[ | |
{:broadway_sqs, "~> 0.4.0"}, | |
{:broadway, "~> 0.4.0"}, | |
{:ex_aws_s3, "~> 2.0"}, | |
{:ex_aws_sns, "~> 2.0"}, | |
{:ex_aws_sqs, "~> 3.0"}, | |
{:ex_aws, "~> 2.1"}, | |
{:hackney, "~> 1.9"}, | |
{:poison, "~> 3.1"} | |
] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment