"dependencies": {
"@aws-cdk/aws-cloudformation": {
"dependencies": {
"@aws-cdk/aws-iam": {
"dependencies": {
"@aws-cdk/cdk": {
"dependencies": {
"@aws-cdk/cx-api": {
"peer": true,
"targets": {
"dotnet": {
"assemblyOriginatorKeyFile": "../../key.snk",
"namespace": "Amazon.CDK.CXAPI",
"packageId": "Amazon.CDK.CXAPI",
"signAssembly": true
},
"java": {
"maven": {
"artifactId": "cdk-cx-api",
"groupId": "software.amazon.awscdk"
},
"package": "software.amazon.awscdk.cxapi"
},
"js": {
"npm": "@aws-cdk/cx-api"
},
"python": {
"distName": "aws-cdk.cx-api",
"module": "aws_cdk.cx_api"
}
},
"version": "0.28.0"
}
},
"peer": true,
"targets": {
"dotnet": {
"assemblyOriginatorKeyFile": "../../key.snk",
"namespace": "Amazon.CDK",
"packageId": "Amazon.CDK",
"signAssembly": true
For funzies... in a package with highly complex dependencies such as @aws-cdk/app-delivery, removing the dependencies node from the assembly reduces the file size from
Looking at the start of the dependency section of the
@aws-cdk/app-deliveryassembly, it looks like this:../../key.snk???) in there?For funzies... in a package with highly complex dependencies such as
@aws-cdk/app-delivery, removing thedependenciesnode from the assembly reduces the file size fromto