"""Patch environment with given keys.""" import os # These env vars are set so that the python secrets manager # can default to using environment variables isntead of # attempting to pull secrets from AWS os.environ['ENVIRONMENT'] = 'test' os.environ['SERVICE_NAME'] = 'ripper-feeder' os.environ['REGION'] = 'us-east-2' os.environ['ACCOUNT_ID'] = '123456789012'