arcrank
arcrank
Another instance where JSII doesn't play nice with python, in aws-cdk python [docs](https://docs.aws.amazon.com/cdk/api/latest/python/aws_cdk.aws_servicecatalog/README.html#product). ``` product = servicecatalog.CloudFormationProduct(self, "MyFirstProduct", product_name="My Product", owner="Product Owner", product_versions=[{ "product_version_name": "v1", "cloud_formation_template": servicecatalog.CloudFormationTemplate.from_url("https://raw.githubusercontent.com/awslabs/aws-cloudformation-templates/master/aws/services/ServiceCatalog/Product.yaml") }, { "product_version_name":...
need update table of contents.