@aws-cdk/custom-resources
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -58,3 +58,4 @@ { | ||
"2017-10-30*", | ||
"2018-06-18*" | ||
"2018-06-18*", | ||
"2018-11-05*" | ||
], | ||
@@ -717,3 +718,32 @@ "cors": true | ||
"name": "IoTEventsData" | ||
}, | ||
"personalize": { | ||
"name": "Personalize", | ||
"cors": true | ||
}, | ||
"personalizeevents": { | ||
"prefix": "personalize-events", | ||
"name": "PersonalizeEvents", | ||
"cors": true | ||
}, | ||
"personalizeruntime": { | ||
"prefix": "personalize-runtime", | ||
"name": "PersonalizeRuntime", | ||
"cors": true | ||
}, | ||
"applicationinsights": { | ||
"prefix": "application-insights", | ||
"name": "ApplicationInsights" | ||
}, | ||
"servicequotas": { | ||
"prefix": "service-quotas", | ||
"name": "ServiceQuotas" | ||
}, | ||
"ec2instanceconnect": { | ||
"prefix": "ec2-instance-connect", | ||
"name": "EC2InstanceConnect" | ||
}, | ||
"eventbridge": { | ||
"name": "EventBridge" | ||
} | ||
} |
{ | ||
"name": "@aws-cdk/custom-resources", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Constructs for implementing CDK custom resources", | ||
@@ -33,3 +33,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "https://github.com/awslabs/aws-cdk.git", | ||
"url": "https://github.com/aws/aws-cdk.git", | ||
"directory": "packages/@aws-cdk/custom-resources" | ||
@@ -70,5 +70,5 @@ }, | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^1.0.0", | ||
"@aws-cdk/aws-events": "^1.0.0", | ||
"@aws-cdk/aws-ssm": "^1.0.0", | ||
"@aws-cdk/assert": "^1.1.0", | ||
"@aws-cdk/aws-events": "^1.1.0", | ||
"@aws-cdk/aws-ssm": "^1.1.0", | ||
"@types/aws-lambda": "^8.10.27", | ||
@@ -79,23 +79,23 @@ "@types/nock": "^10.0.3", | ||
"aws-sdk-mock": "^4.4.0", | ||
"cdk-build-tools": "^1.0.0", | ||
"cdk-integ-tools": "^1.0.0", | ||
"cfn2ts": "^1.0.0", | ||
"cdk-build-tools": "file:../../../tools/cdk-build-tools", | ||
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools", | ||
"cfn2ts": "file:../../../tools/cfn2ts", | ||
"nock": "^10.0.6", | ||
"pkglint": "^1.0.0", | ||
"pkglint": "file:../../../tools/pkglint", | ||
"sinon": "^7.3.2" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/aws-cloudformation": "^1.0.0", | ||
"@aws-cdk/aws-iam": "^1.0.0", | ||
"@aws-cdk/aws-lambda": "^1.0.0", | ||
"@aws-cdk/aws-sns": "^1.0.0", | ||
"@aws-cdk/core": "^1.0.0" | ||
"@aws-cdk/aws-cloudformation": "^1.1.0", | ||
"@aws-cdk/aws-iam": "^1.1.0", | ||
"@aws-cdk/aws-lambda": "^1.1.0", | ||
"@aws-cdk/aws-sns": "^1.1.0", | ||
"@aws-cdk/core": "^1.1.0" | ||
}, | ||
"homepage": "https://github.com/awslabs/aws-cdk", | ||
"homepage": "https://github.com/aws/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/aws-cloudformation": "^1.0.0", | ||
"@aws-cdk/aws-iam": "^1.0.0", | ||
"@aws-cdk/aws-lambda": "^1.0.0", | ||
"@aws-cdk/aws-sns": "^1.0.0", | ||
"@aws-cdk/core": "^1.0.0" | ||
"@aws-cdk/aws-cloudformation": "^1.1.0", | ||
"@aws-cdk/aws-iam": "^1.1.0", | ||
"@aws-cdk/aws-lambda": "^1.1.0", | ||
"@aws-cdk/aws-sns": "^1.1.0", | ||
"@aws-cdk/core": "^1.1.0" | ||
}, | ||
@@ -111,2 +111,2 @@ "engines": { | ||
} | ||
} | ||
} |
@@ -18,3 +18,3 @@ ## CDK Custom Resources | ||
This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project. | ||
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project. | ||
@@ -21,0 +21,0 @@ #### AWS Custom Resource |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150101
1845
Updated@aws-cdk/aws-iam@^1.1.0
Updated@aws-cdk/aws-lambda@^1.1.0
Updated@aws-cdk/aws-sns@^1.1.0
Updated@aws-cdk/core@^1.1.0