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 bf27ef1 commit bf1ba2bCopy full SHA for bf1ba2b
scripts/codebuild_deployment.py
@@ -264,7 +264,7 @@ def main():
264
"""Main execution function"""
265
print("Starting CodeBuild deployment process...")
266
267
- admin_email = get_env_var("IDP_ADMIN_EMAIL", "strahanr@amazon.com")
+ admin_email = get_env_var("IDP_ADMIN_EMAIL", "tanimath@amazon.com")
268
stack_prefix = generate_stack_prefix()
269
270
print(f"Stack Prefix: {stack_prefix}")
0 commit comments