Initial commit

This commit is contained in:
Domenico Testa
2020-04-14 12:18:24 +02:00
commit 17017a1f84
9 changed files with 154 additions and 0 deletions

View 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