@gammarers/aws-rds-database-running-schedule-stack 2.4.0 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +6 -6
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@gammarers/aws-resource-naming": "^0.10.1",
|
|
12
|
-
"@gammarers/aws-sns-slack-message-lambda-subscription": "^0.2.
|
|
12
|
+
"@gammarers/aws-sns-slack-message-lambda-subscription": "^0.2.4",
|
|
13
13
|
"aws-cdk-lib": "^2.120.0",
|
|
14
14
|
"constructs": "^10.0.5"
|
|
15
15
|
},
|
|
@@ -114,14 +114,14 @@
|
|
|
114
114
|
"targets": {
|
|
115
115
|
"dotnet": {
|
|
116
116
|
"namespace": "Gammarers.CDK.AWS",
|
|
117
|
-
"packageId": "Gammarers.CDK.AWS.
|
|
117
|
+
"packageId": "Gammarers.CDK.AWS.SNSSlackMessageLambdaSubscription"
|
|
118
118
|
},
|
|
119
119
|
"js": {
|
|
120
120
|
"npm": "@gammarers/aws-sns-slack-message-lambda-subscription"
|
|
121
121
|
},
|
|
122
122
|
"python": {
|
|
123
|
-
"distName": "gammarers.aws-
|
|
124
|
-
"module": "gammarers.
|
|
123
|
+
"distName": "gammarers.aws-sns-slack-message-lambda-subscription",
|
|
124
|
+
"module": "gammarers.aws_sns_slack_message_lambda_subscription"
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
},
|
|
@@ -4267,6 +4267,6 @@
|
|
|
4267
4267
|
"symbolId": "src/index:TargetResourceProperty"
|
|
4268
4268
|
}
|
|
4269
4269
|
},
|
|
4270
|
-
"version": "2.4.
|
|
4271
|
-
"fingerprint": "
|
|
4270
|
+
"version": "2.4.2",
|
|
4271
|
+
"fingerprint": "SOFuID4SJQ/W0wHXYjnZMxQidESjaX6G1f1UeyM8y7k="
|
|
4272
4272
|
}
|
package/lib/index.js
CHANGED
|
@@ -149,7 +149,7 @@ class RDSDatabaseRunningScheduleStack extends aws_cdk_lib_1.Stack {
|
|
|
149
149
|
}
|
|
150
150
|
exports.RDSDatabaseRunningScheduleStack = RDSDatabaseRunningScheduleStack;
|
|
151
151
|
_a = JSII_RTTI_SYMBOL_1;
|
|
152
|
-
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.4.
|
|
152
|
+
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.4.2" };
|
|
153
153
|
class DBRuningSchedule extends scheduler.CfnSchedule {
|
|
154
154
|
constructor(scope, id, props) {
|
|
155
155
|
super(scope, id, {
|
package/package.json
CHANGED
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@gammarers/aws-resource-naming": "^0.10.1",
|
|
65
|
-
"@gammarers/aws-sns-slack-message-lambda-subscription": "^0.2.
|
|
65
|
+
"@gammarers/aws-sns-slack-message-lambda-subscription": "^0.2.4",
|
|
66
66
|
"aws-cdk-lib": "^2.120.0",
|
|
67
67
|
"constructs": "^10.0.5"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@gammarers/aws-resource-naming": "^0.10.1",
|
|
71
|
-
"@gammarers/aws-sns-slack-message-lambda-subscription": "^0.2.
|
|
71
|
+
"@gammarers/aws-sns-slack-message-lambda-subscription": "^0.2.4"
|
|
72
72
|
},
|
|
73
73
|
"keywords": [
|
|
74
74
|
"aws",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
|
-
"version": "2.4.
|
|
90
|
+
"version": "2.4.2",
|
|
91
91
|
"jest": {
|
|
92
92
|
"coverageProvider": "v8",
|
|
93
93
|
"testMatch": [
|