Skip to content

Commit bf1ba2b

Browse files
author
Bob Strahan
committed
Update default admin email in codebuild deployment script
1 parent bf27ef1 commit bf1ba2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/codebuild_deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def main():
264264
"""Main execution function"""
265265
print("Starting CodeBuild deployment process...")
266266

267-
admin_email = get_env_var("IDP_ADMIN_EMAIL", "strahanr@amazon.com")
267+
admin_email = get_env_var("IDP_ADMIN_EMAIL", "tanimath@amazon.com")
268268
stack_prefix = generate_stack_prefix()
269269

270270
print(f"Stack Prefix: {stack_prefix}")

0 commit comments

Comments
 (0)