Skip to content

Commit 7ba7c41

Browse files
committed
Add more sample queries
1 parent 7930b77 commit 7ba7c41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

util/demo_print_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def header():
2323
print("- What improvements should be made to the resiliency of this architecture?")
2424
print("- Convert the data flow from this architecture into a Mermaid formatted sequence diagram.")
2525
print("- What are the quotas or limits in this architecture?")
26+
print("- What is the current joy count of the system?")
27+
print("- Is the current joy count good or bad?")
2628
print("- Can you generate the Cloudformation/CDK/Terraform code to provision this architecture?")
2729
print("")
2830
print("To exit the program, simply type 'x' and press Enter.")

0 commit comments

Comments
 (0)