We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab6826 commit 8c44090Copy full SHA for 8c44090
1 file changed
iac/stack/iac_stack.py
@@ -64,7 +64,6 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
64
api_gateway_resource=self.apigw_construct.api_gateway_resource,
65
buckets=None, # o que deve ser salvo são os CDNs, visto que os buckets bloqueiam acesso pela URL publica
66
extra_params={
67
- "cdn/plans": self.s3_construct.cloudfront_distribution_plans.distribution_domain_name,
68
"cdn/subjects": self.s3_construct.cloudfront_distribution_subjects.distribution_domain_name
69
},
70
stage=stage
0 commit comments