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 7930b77 commit 7ba7c41Copy full SHA for 7ba7c41
util/demo_print_utils.py
@@ -23,6 +23,8 @@ def header():
23
print("- What improvements should be made to the resiliency of this architecture?")
24
print("- Convert the data flow from this architecture into a Mermaid formatted sequence diagram.")
25
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?")
28
print("- Can you generate the Cloudformation/CDK/Terraform code to provision this architecture?")
29
print("")
30
print("To exit the program, simply type 'x' and press Enter.")
0 commit comments