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.
2 parents 16c15d3 + f843a0f commit 89440f9Copy full SHA for 89440f9
lambda_function/config.py
@@ -121,7 +121,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
121
"PING_ROUTE": f"/{ID}/opengeodeweb_back/ping",
122
"ORIGINS": "https://vease.geode-solutions.com",
123
"SECONDS_BETWEEN_TRIES": 0.25,
124
- "SECURITY_GROUP": "sg-01bcf5f64e3427fd3",
+ "SECURITY_GROUP": "sg-0352ea112857ae7b9",
125
"SUBNET_ID": "subnet-0882d674b17515f6a",
126
"TASK_DEF_NAME": "Vease-Master",
127
"VPC_ID": "vpc-0e58c4d6976fb2aac",
@@ -140,7 +140,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
140
141
"ORIGINS": "https://next.vease.geode-solutions.com",
142
143
- "SECURITY_GROUP": "sg-07787694c5fdf2429",
144
145
"TASK_DEF_NAME": "Vease-Next",
146
0 commit comments