@xube/kit-aws-hooks-infrastructure 0.0.56 → 0.0.57

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.
@@ -128,6 +128,7 @@ class WebhookManagement extends constructs_1.Construct {
128
128
  bisectBatchOnError: true,
129
129
  maxBatchingWindow: aws_cdk_lib_1.Duration.seconds(1),
130
130
  retryAttempts: 10,
131
+ maxRecordAge: aws_cdk_lib_1.Duration.days(1),
131
132
  }));
132
133
  }
133
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xube/kit-aws-hooks-infrastructure",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -17,14 +17,14 @@
17
17
  },
18
18
  "homepage": "https://github.com/XubeLtd/dev-kit#readme",
19
19
  "devDependencies": {
20
- "@xube/kit-build": "^0.0.56"
20
+ "@xube/kit-build": "^0.0.57"
21
21
  },
22
22
  "dependencies": {
23
- "@xube/kit-aws": "^0.0.56",
24
- "@xube/kit-aws-hooks": "^0.0.56",
25
- "@xube/kit-aws-infrastructure": "^0.0.56",
26
- "@xube/kit-constants": "^0.0.56",
27
- "@xube/kit-log": "^0.0.56",
23
+ "@xube/kit-aws": "^0.0.57",
24
+ "@xube/kit-aws-hooks": "^0.0.57",
25
+ "@xube/kit-aws-infrastructure": "^0.0.57",
26
+ "@xube/kit-constants": "^0.0.57",
27
+ "@xube/kit-log": "^0.0.57",
28
28
  "aws-cdk-lib": "^2.100.0",
29
29
  "aws-lambda": "^1.0.7",
30
30
  "constructs": "^10.3.0"
@@ -204,6 +204,7 @@ export class WebhookManagement extends Construct {
204
204
  bisectBatchOnError: true,
205
205
  maxBatchingWindow: Duration.seconds(1),
206
206
  retryAttempts: 10,
207
+ maxRecordAge: Duration.days(1),
207
208
  })
208
209
  );
209
210
  }