We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b834061 commit ed1915fCopy full SHA for ed1915f
lambdas/shared/src/common/redis_client.py
@@ -2,11 +2,6 @@
2
import redis
3
from common.clients import logger
4
5
-STREAM_NAME = os.getenv("SPLUNK_FIREHOSE_NAME", "firehose-name-not-defined")
6
-CONFIG_BUCKET_NAME = os.getenv("CONFIG_BUCKET_NAME", "variconfig-bucketable-not-defined")
7
-
8
-REGION_NAME = os.getenv("AWS_REGION", "eu-west-2")
9
10
REDIS_HOST = os.getenv("REDIS_HOST", "")
11
REDIS_PORT = os.getenv("REDIS_PORT", 6379)
12
0 commit comments