Initial commit
This commit is contained in:
0
karaokeme_cdk/__init__.py
Normal file
0
karaokeme_cdk/__init__.py
Normal file
9
karaokeme_cdk/karaokeme_cdk_stack.py
Normal file
9
karaokeme_cdk/karaokeme_cdk_stack.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from aws_cdk import core
|
||||
|
||||
|
||||
class KaraokemeCdkStack(core.Stack):
|
||||
|
||||
def __init__(self, scope: core.Construct, id: str, **kwargs) -> None:
|
||||
super().__init__(scope, id, **kwargs)
|
||||
|
||||
# The code that defines your stack goes here
|
||||
Reference in New Issue
Block a user