Skip to content

Commit bc3539b

Browse files
author
Taniya Mathur
committed
fix: update default admin email to tanimath@amazon.com
1 parent 0cd868f commit bc3539b

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
@@ -271,7 +271,7 @@ def main():
271271
"""Main execution function"""
272272
print("Starting CodeBuild deployment process...")
273273

274-
admin_email = get_env_var("IDP_ADMIN_EMAIL", "strahanr@amazon.com")
274+
admin_email = get_env_var("IDP_ADMIN_EMAIL", "tanimath@amazon.com")
275275
stack_prefix = generate_stack_prefix()
276276

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

0 commit comments

Comments
 (0)