An open API service indexing awesome lists of open source software.

https://github.com/whatyouhide/testing_aws_in_elixir

Support code for the blog post "Testing AWS in Elixir" 🐕‍🦺
https://github.com/whatyouhide/testing_aws_in_elixir

blog-post-app example-app example-code example-project

Last synced: 10 months ago
JSON representation

Support code for the blog post "Testing AWS in Elixir" 🐕‍🦺

Awesome Lists containing this project

README

          

# Testing AWS In Elixir — Accompanying Code

This repository contains the Elixir code to accompany [this blog
post](https://andrealeopardi.com/posts/testing-aws-in-elixir/).

This is a normal Mix project.

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

```bash
mix deps.get
mix test
```