@xube/kit-aws-hooks-infrastructure 0.0.90 → 0.0.92

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.
@@ -18,12 +18,6 @@ exports.REMOVE_WEBHOOK_ENDPOINTS_FUNCTION_NAME = "remove-webhook-endpoints";
18
18
  exports.GET_WEBHOOK_ENDPOINTS_FUNCTION_NAME = "get-webhook-endpoints";
19
19
  exports.HANDLE_STREAMS_FUNCTION_NAME = "handle-streams";
20
20
  class WebhookManagement extends constructs_1.Construct {
21
- table;
22
- addWebhookEndpoints;
23
- removeWebhookEndpoint;
24
- getWebhookEndpoints;
25
- handleStreams;
26
- webhookAPI;
27
21
  constructor(scope, id, props) {
28
22
  super(scope, id);
29
23
  this.table = new aws_dynamodb_1.Table(scope, id + "-table", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xube/kit-aws-hooks-infrastructure",
3
- "version": "0.0.90",
3
+ "version": "0.0.92",
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.90"
20
+ "@xube/kit-build": "^0.0.92"
21
21
  },
22
22
  "dependencies": {
23
- "@xube/kit-aws": "^0.0.90",
24
- "@xube/kit-aws-hooks": "^0.0.90",
25
- "@xube/kit-aws-infrastructure": "^0.0.90",
26
- "@xube/kit-constants": "^0.0.90",
27
- "@xube/kit-log": "^0.0.90",
23
+ "@xube/kit-aws": "^0.0.92",
24
+ "@xube/kit-aws-hooks": "^0.0.92",
25
+ "@xube/kit-aws-infrastructure": "^0.0.92",
26
+ "@xube/kit-constants": "^0.0.92",
27
+ "@xube/kit-log": "^0.0.92",
28
28
  "aws-cdk-lib": "^2.157.0",
29
29
  "aws-lambda": "^1.0.7",
30
30
  "constructs": "^10.3.0"