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 ba18ac3 commit 95879b8Copy full SHA for 95879b8
scripts/codebuild_deployment.py
@@ -612,7 +612,7 @@ def main():
612
})
613
614
# Step 3: Generate deployment summary using Bedrock (but don't print yet)
615
- print("\n🤖 Analyzing deployment results...")
+ print("\n🤖 Generating deployment summary with Bedrock...")
616
ai_summary = None
617
try:
618
if not publish_success:
@@ -629,12 +629,8 @@ def main():
629
cleanup_stack(result["stack_name"], result["pattern_name"])
630
631
# Step 5: Print AI analysis results at the end
632
- print("\n" + "="*80)
633
- print("🤖 DEPLOYMENT ANALYSIS SUMMARY")
634
- print("="*80)
635
if ai_summary:
636
print(ai_summary)
637
638
639
# Check final status after all cleanups are done
640
if all_success:
0 commit comments