Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add fallback env vars for testing SQS
Currently running `cargo test` first requires a few env vars being set. This PR adds defaults matching the SQS emulator config we use via docker-compose so that setting the env vars can still be used as overrides, but otherwise `cargo test` should _Just Work_.
- Loading branch information