Welcome to Hugo theme Stack. This is your first post. Edit or delete it, then start writing!
For more information about this theme, check the documentation: https://stack.jimmycai.com/
Want a site like this? Check out hugo-theme-stack-stater
Example of Cite
from iac.utils.utils import Utils
from iac.stacks.mystack import MyStack
py_example_stack = Utils().create_cdk_stack(
stack_class=MyStack,
stack_name='MyStack',
follow_name_convention=False,
)
#/bin/bash
rm -rf /
