whatyouhide / testing_aws_in_elixir

Support code for the blog post "Testing AWS in Elixir" 🐕‍🦺
https://andrealeopardi.com/posts/testing-aws-in-elixir/
12 stars 0 forks source link
blog-post-app example-app example-code example-project

Testing AWS In Elixir — Accompanying Code

This repository contains the Elixir code to accompany this blog post.

This is a normal Mix project.

To run tests locally, in the root of the repository run:

mix deps.get
mix test