Patch os.environ on every test in the suite with AWS_ACCESS_KEY_ID=test
and AWS_SECRET_ACCESS_KEY=test to make sure we never accidentally run
against real AWS credentials in unit tests.
This is in line with the recommendations from moto:
https://github.com/spulec/moto#how-do-i-avoid-tests-from-mutating-my-real-infrastructure