@gradientedge/cdk-utils 8.151.0 → 8.153.0
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.
|
@@ -175,7 +175,7 @@ class ApiToEventBridgeTarget extends common_1.CommonConstruct {
|
|
|
175
175
|
return;
|
|
176
176
|
this.apiToEventBridgeTargetRestApi.integrationRequestTemplates = {
|
|
177
177
|
'application/json': [
|
|
178
|
-
'#set($context.requestOverride.header.X-Amz-Target = "
|
|
178
|
+
'#set($context.requestOverride.header.X-Amz-Target = "AWSEvents.PutEvents")',
|
|
179
179
|
'#set($context.requestOverride.header.Content-Type = "application/x-amz-json-1.1")',
|
|
180
180
|
`{
|
|
181
181
|
"Entries": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradientedge/cdk-utils",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.153.0",
|
|
4
4
|
"description": "Utilities for AWS CDK provisioning",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -47,35 +47,35 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
51
|
-
"@aws-sdk/credential-providers": "^3.
|
|
50
|
+
"@aws-sdk/client-secrets-manager": "^3.484.0",
|
|
51
|
+
"@aws-sdk/credential-providers": "^3.484.0",
|
|
52
52
|
"@aws-sdk/types": "^3.468.0",
|
|
53
53
|
"@cdktf/provider-aws": "^18.2.0",
|
|
54
54
|
"@cdktf/provider-azurerm": "^11.2.0",
|
|
55
55
|
"@cdktf/provider-cloudflare": "^10.0.4",
|
|
56
56
|
"@types/lodash": "^4.14.202",
|
|
57
|
-
"@types/node": "^20.10.
|
|
57
|
+
"@types/node": "^20.10.6",
|
|
58
58
|
"@types/uuid": "^9.0.7",
|
|
59
59
|
"app-root-path": "^3.1.0",
|
|
60
|
-
"aws-cdk-lib": "^2.
|
|
60
|
+
"aws-cdk-lib": "^2.117.0",
|
|
61
61
|
"cdktf": "^0.19.2",
|
|
62
|
-
"cdktf-local-exec": "^0.4.
|
|
62
|
+
"cdktf-local-exec": "^0.4.14",
|
|
63
63
|
"constructs": "^10.3.0",
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
|
-
"moment": "^2.
|
|
65
|
+
"moment": "^2.30.1",
|
|
66
66
|
"nconf": "^0.12.1",
|
|
67
67
|
"pluralize": "^8.0.0",
|
|
68
68
|
"ts-node": "^10.9.2",
|
|
69
69
|
"uuid": "^9.0.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@babel/core": "^7.23.
|
|
72
|
+
"@babel/core": "^7.23.7",
|
|
73
73
|
"@babel/eslint-parser": "^7.23.3",
|
|
74
74
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
75
75
|
"@types/jest": "^29.5.11",
|
|
76
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
77
|
-
"@typescript-eslint/parser": "^6.
|
|
78
|
-
"aws-cdk": "^2.
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "^6.17.0",
|
|
77
|
+
"@typescript-eslint/parser": "^6.17.0",
|
|
78
|
+
"aws-cdk": "^2.117.0",
|
|
79
79
|
"better-docs": "^2.7.3",
|
|
80
80
|
"codecov": "^3.8.3",
|
|
81
81
|
"commitizen": "^4.3.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"eslint": "^8.56.0",
|
|
85
85
|
"eslint-config-prettier": "^9.1.0",
|
|
86
86
|
"eslint-plugin-import": "^2.29.1",
|
|
87
|
-
"eslint-plugin-jsdoc": "^
|
|
87
|
+
"eslint-plugin-jsdoc": "^47.0.2",
|
|
88
88
|
"husky": "^8.0.3",
|
|
89
89
|
"jest": "^29.7.0",
|
|
90
90
|
"jest-extended": "^4.0.2",
|
|
@@ -237,7 +237,7 @@ export class ApiToEventBridgeTarget extends CommonConstruct {
|
|
|
237
237
|
if (!this.props.api.withResource) return
|
|
238
238
|
this.apiToEventBridgeTargetRestApi.integrationRequestTemplates = {
|
|
239
239
|
'application/json': [
|
|
240
|
-
'#set($context.requestOverride.header.X-Amz-Target = "
|
|
240
|
+
'#set($context.requestOverride.header.X-Amz-Target = "AWSEvents.PutEvents")',
|
|
241
241
|
'#set($context.requestOverride.header.Content-Type = "application/x-amz-json-1.1")',
|
|
242
242
|
`{
|
|
243
243
|
"Entries": [
|