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 00189d3 commit 9930179Copy full SHA for 9930179
Monitoring/auto-add-cw-alarms/auto_add_cw_alarms.py
@@ -542,7 +542,7 @@ def usage():
542
dryRun = False
543
#
544
# Check to see if there any any environment variables set.
545
-customerID = os.environ.get('customerId', '')
+customerId = os.environ.get('customerId', '')
546
accountId = os.environ.get('accountId', '')
547
SNStopic = os.environ.get('SNStopic', '')
548
onlyFilesystemId = None
0 commit comments