You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('looking for the stage file '+fileName+extension+' in the current working directory')
64
+
print('looking for the stage file '+stageName+extension+' in the current working directory')
57
65
ifnotstageFileFound:
58
66
raiseException('Stage file is not found in the current working directory. Please add the stage file into the specified directory')
59
67
else:
@@ -73,6 +81,8 @@ def formRoleName():
73
81
raiseException('AWS region does not exist in your stage file. Please add aws region into your stage file')
74
82
ifconfiguration['awsRegion'] isNone:
75
83
raiseException('AWS Region value does not exist in your stage file. Please add region name that you have used during SWB installation into your stage file')
84
+
# Setting boto3 to use provided awsProfile and awsRegion from stage file
0 commit comments