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" 🐕🦺
- Host: GitHub
- URL: https://github.com/whatyouhide/testing_aws_in_elixir
- Owner: whatyouhide
- Created: 2022-01-25T07:50:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T08:01:04.000Z (about 4 years ago)
- Last Synced: 2025-03-23T20:36:37.911Z (11 months ago)
- Topics: blog-post-app, example-app, example-code, example-project
- Language: Elixir
- Homepage: https://andrealeopardi.com/posts/testing-aws-in-elixir/
- Size: 4.88 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```