agent-claw: automated task changes
This commit is contained in:
11
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/app.template.py
generated
vendored
Normal file
11
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/app.template.py
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import aws_cdk as cdk
|
||||
|
||||
from %name.PythonModule%.%name.PythonModule%_stack import %name.PascalCased%Stack
|
||||
|
||||
|
||||
app = cdk.App()
|
||||
%name.PascalCased%Stack(app, "%stackname%")
|
||||
|
||||
app.synth()
|
||||
Reference in New Issue
Block a user