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 0cd868f commit bc3539bCopy full SHA for bc3539b
scripts/codebuild_deployment.py
@@ -271,7 +271,7 @@ def main():
271
"""Main execution function"""
272
print("Starting CodeBuild deployment process...")
273
274
- admin_email = get_env_var("IDP_ADMIN_EMAIL", "strahanr@amazon.com")
+ admin_email = get_env_var("IDP_ADMIN_EMAIL", "tanimath@amazon.com")
275
stack_prefix = generate_stack_prefix()
276
277
print(f"Stack Prefix: {stack_prefix}")
0 commit comments