Contents Menu Expand Light mode Dark mode Auto light/dark mode
aws_ops_alpha 0.2.1 documentation
Logo
aws_ops_alpha 0.2.1 documentation
  • English Documentation
    • AWS DevOps Best Practices
  • 中文版文档
    • AWS DevOps Best Practices (CN)
      • Multi Environment Deployment (CN)
      • Semantic Git Branching (CN)
      • Code Runtime (CN)
      • Rule Set (CN)
      • Monorepo vs Multi-repo (CN)
      • CI Tools Integration (CN)
      • Local, CI and AWS Setup (CN)
      • Boto Session Management (CN)
      • Deterministic Dependency Management (CN)
      • Centralized Multi Environment Config Management (CN)
    • Code Recipes (CN)
      • Multi Environment Code Recipe (CN)
      • Semantic Git Branching Code Recipe (CN)
      • Code Runtime Code Recipe(CN)
      • Rule Set Code Recipe (CN)
      • Config Management Code Recipe (CN)
    • aws_ops_alpha Code Architecture (CN)
    • Release Plan (CN)
Back to top
Edit this page

gen_code#

This module helps developer to declare their own rule set for a specific project. The declaration workflow are:

  1. Define enum of conditions (dimension of the truth table).

  2. Generate the initial truth table.

  3. Manually update the truth table data.

  4. Generate the ${project_name}_truth_table.py Python module.

https://docs.google.com/spreadsheets/d/1OI3GXTUBtAbMyaLSnh_1S1X0jfTCBaFPIJLeRoP_uAY/edit#gid=238125239

Copyright © 2024, Sanhe Hu
Made with Sphinx and @pradyunsg's Furo