Skip to content

Commit

Permalink
Configure the CDK to target Python
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Mar 28, 2019
1 parent 7001f77 commit d3850a6
Show file tree
Hide file tree
Showing 99 changed files with 607 additions and 189 deletions.
8 changes: 6 additions & 2 deletions packages/@aws-cdk/alexa-ask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"artifactId": "alexa-ask"
}
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.alexa-ask",
"module": "aws_cdk.alexa_ask"
}
}
},
"repository": {
Expand Down Expand Up @@ -71,4 +75,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
6 changes: 5 additions & 1 deletion packages/@aws-cdk/app-delivery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"packageId": "Amazon.CDK.AppDelivery",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"python": {
"distName": "aws-cdk.app-delivery",
"module": "aws_cdk.app_delivery"
}
},
"outdir": "dist"
Expand Down Expand Up @@ -73,4 +77,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/assets-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.assets-docker",
"module": "aws_cdk.assets_docker"
}
}
},
"repository": {
Expand Down Expand Up @@ -78,4 +82,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.assets",
"module": "aws_cdk.assets"
}
}
},
"repository": {
Expand Down Expand Up @@ -71,4 +75,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-amazonmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"artifactId": "amazonmq"
}
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.amazonmq",
"module": "aws_cdk.services.amazonmq"
}
}
},
"repository": {
Expand Down Expand Up @@ -69,4 +73,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-apigateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.apigateway",
"module": "aws_cdk.services.apigateway"
}
}
},
"repository": {
Expand Down Expand Up @@ -85,4 +89,4 @@
"resource-attribute:@aws-cdk/aws-apigateway.IRestApi.restApiRootResourceId"
]
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-applicationautoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.applicationautoscaling",
"module": "aws_cdk.services.applicationautoscaling"
}
}
},
"repository": {
Expand Down Expand Up @@ -75,4 +79,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-appstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"artifactId": "appstream"
}
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.appstream",
"module": "aws_cdk.services.appstream"
}
}
},
"repository": {
Expand Down Expand Up @@ -69,4 +73,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-appsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.appsync",
"module": "aws_cdk.services.appsync"
}
}
},
"repository": {
Expand Down Expand Up @@ -69,4 +73,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-athena/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.athena",
"module": "aws_cdk.services.athena"
}
}
},
"cdk-build": {
Expand Down Expand Up @@ -69,4 +73,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-autoscaling-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.autoscaling-api",
"module": "aws_cdk.services.autoscaling_api"
}
}
},
"repository": {
Expand Down Expand Up @@ -77,4 +81,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-autoscaling-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.autoscaling-common",
"module": "aws_cdk.services.autoscaling_common"
}
}
},
"repository": {
Expand Down Expand Up @@ -68,4 +72,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-autoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.autoscaling",
"module": "aws_cdk.services.autoscaling"
}
}
},
"repository": {
Expand Down Expand Up @@ -92,4 +96,4 @@
"export:@aws-cdk/aws-autoscaling.IAutoScalingGroup"
]
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-autoscalingplans/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.autoscalingplans",
"module": "aws_cdk.services.autoscalingplans"
}
}
},
"repository": {
Expand Down Expand Up @@ -69,4 +73,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.batch",
"module": "aws_cdk.services.batch"
}
}
},
"repository": {
Expand Down Expand Up @@ -69,4 +73,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-budgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.budgets",
"module": "aws_cdk.services.budgets"
}
}
},
"repository": {
Expand Down Expand Up @@ -69,4 +73,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-certificatemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.certificatemanager",
"module": "aws_cdk.services.certificatemanager"
}
}
},
"repository": {
Expand Down Expand Up @@ -77,4 +81,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-cloud9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.cloud9",
"module": "aws_cdk.services.cloud9"
}
}
},
"repository": {
Expand Down Expand Up @@ -69,4 +73,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-cloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.cloudformation",
"module": "aws_cdk.services.cloudformation"
}
}
},
"repository": {
Expand Down Expand Up @@ -92,4 +96,4 @@
"construct-ctor:@aws-cdk/aws-cloudformation.PipelineCloudFormationDeployAction.<initializer>"
]
}
}
}
8 changes: 6 additions & 2 deletions packages/@aws-cdk/aws-cloudfront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.services.cloudfront",
"module": "aws_cdk.services.cloudfront"
}
}
},
"repository": {
Expand Down Expand Up @@ -78,4 +82,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
Loading

0 comments on commit d3850a6

Please sign in to comment.