@@ -0,0 +1,11 @@
#!/usr/bin/env python3
from aws_cdk import core
from once.once_stack import OnceStack
app = core.App()
OnceStack(app, "once")
app.synth()
The note is not visible to the blocked user.