We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f25a6a commit 29e3f75Copy full SHA for 29e3f75
1 file changed
iac/stack/iac_stack.py
@@ -4,10 +4,10 @@
4
)
5
from constructs import Construct
6
7
-from ..components.lambda_construct import LambdaConstruct
8
-from ..components.apigw_construct import ApigwConstruct
9
-from ..components.s3_construct import S3Construct
10
-from ..components.ssm_construct import SsmConstruct
+from components.lambda_construct import LambdaConstruct
+from components.apigw_construct import ApigwConstruct
+from components.s3_construct import S3Construct
+from components.ssm_construct import SsmConstruct
11
12
class IacStack(Stack):
13
lambda_construct: LambdaConstruct
0 commit comments