@goldstack/template-lambda-trigger-cli 0.1.15 → 0.1.17
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.
|
@@ -11,13 +11,13 @@ import { SqsDeploymentConfiguration, SqsDeployment, SqsPackage } from '@goldstac
|
|
|
11
11
|
* @pattern ^[^\s]
|
|
12
12
|
*
|
|
13
13
|
*/
|
|
14
|
-
export
|
|
14
|
+
export type LambdaSchedule = string;
|
|
15
15
|
/**
|
|
16
16
|
* Name of the SQS queue that is used to trigger the lambda. SQS queue should not exist and will be created when the name is provided.
|
|
17
17
|
*
|
|
18
18
|
* @title SQS Queue Name
|
|
19
19
|
*/
|
|
20
|
-
export
|
|
20
|
+
export type SQSQueueName = string;
|
|
21
21
|
export interface ThisDeploymentConfiguration extends DeploymentConfiguration, LambdaDeploymentConfiguration, SqsDeploymentConfiguration {
|
|
22
22
|
schedule?: LambdaSchedule;
|
|
23
23
|
}
|
|
@@ -29,14 +29,14 @@ export interface ThisDeployment extends Deployment, AWSDeployment, LambdaDeploym
|
|
|
29
29
|
*
|
|
30
30
|
* @title Deployments
|
|
31
31
|
*/
|
|
32
|
-
export
|
|
32
|
+
export type LambdaTriggerDeployments = ThisDeployment[];
|
|
33
33
|
/**
|
|
34
34
|
* Configures this lambda.
|
|
35
35
|
*
|
|
36
36
|
* @title Lambda Configuration
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
|
-
export
|
|
39
|
+
export type ThisPackageConfiguration = Configuration;
|
|
40
40
|
/**
|
|
41
41
|
* A lambda deployment for a lambda that is triggered.
|
|
42
42
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LambdaTriggerPackage.d.ts","sourceRoot":"","sources":["../../../src/types/LambdaTriggerPackage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAEL,gBAAgB,EAChB,6BAA6B,EAE7B,aAAa,EACd,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,0BAA0B,EAC1B,aAAa,EACb,UAAU,EACX,MAAM,yBAAyB,CAAC;AAEjC;;;;;;GAMG;AAEH,
|
|
1
|
+
{"version":3,"file":"LambdaTriggerPackage.d.ts","sourceRoot":"","sources":["../../../src/types/LambdaTriggerPackage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAEL,gBAAgB,EAChB,6BAA6B,EAE7B,aAAa,EACd,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,0BAA0B,EAC1B,aAAa,EACb,UAAU,EACX,MAAM,yBAAyB,CAAC;AAEjC;;;;;;GAMG;AAEH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC;AAEpC;;;;GAIG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC;AAElC,MAAM,WAAW,2BACf,SAAQ,uBAAuB,EAC7B,6BAA6B,EAC7B,0BAA0B;IAC5B,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B;AAED,MAAM,WAAW,cACf,SAAQ,UAAU,EAChB,aAAa,EACb,gBAAgB,EAChB,aAAa,EACb,mBAAmB;IACrB,aAAa,EAAE,2BAA2B,CAAC;CAC5C;AAED;;;;GAIG;AACH,MAAM,MAAM,wBAAwB,GAAG,cAAc,EAAE,CAAC;AAExD;;;;;GAKG;AACH,MAAM,MAAM,wBAAwB,GAAG,aAAa,CAAC;AAErD;;;;GAIG;AACH,MAAM,WAAW,WAAY,SAAQ,OAAO,EAAE,aAAa,EAAE,UAAU;IACrE,aAAa,EAAE,wBAAwB,CAAC;IACxC,WAAW,EAAE,wBAAwB,CAAC;CACvC;AAED,OAAO,EAAE,2BAA2B,IAAI,oCAAoC,EAAE,CAAC;AAC/E,OAAO,EAAE,cAAc,IAAI,uBAAuB,EAAE,CAAC;AACrD,OAAO,EAAE,wBAAwB,IAAI,0BAA0B,EAAE,CAAC;AAClE,OAAO,EAAE,WAAW,IAAI,oBAAoB,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/template-lambda-trigger-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.17",
|
|
4
4
|
"description": "Utilities for templates that allow a Lambda to be triggered.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -46,36 +46,36 @@
|
|
|
46
46
|
"version:apply:force": "yarn version $@ && yarn version apply"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@goldstack/infra": "0.4.
|
|
50
|
-
"@goldstack/infra-aws": "0.4.
|
|
51
|
-
"@goldstack/template-lambda-cli": "0.1.
|
|
52
|
-
"@goldstack/template-sqs": "0.1.
|
|
53
|
-
"@goldstack/utils-aws-lambda": "0.3.
|
|
54
|
-
"@goldstack/utils-cli": "0.3.
|
|
55
|
-
"@goldstack/utils-config": "0.4.
|
|
56
|
-
"@goldstack/utils-log": "0.3.
|
|
57
|
-
"@goldstack/utils-package": "0.4.
|
|
58
|
-
"@goldstack/utils-package-config": "0.4.
|
|
59
|
-
"@goldstack/utils-template": "0.4.
|
|
60
|
-
"@goldstack/utils-terraform": "0.4.
|
|
61
|
-
"@goldstack/utils-terraform-aws": "0.4.
|
|
49
|
+
"@goldstack/infra": "0.4.18",
|
|
50
|
+
"@goldstack/infra-aws": "0.4.27",
|
|
51
|
+
"@goldstack/template-lambda-cli": "0.1.14",
|
|
52
|
+
"@goldstack/template-sqs": "0.1.14",
|
|
53
|
+
"@goldstack/utils-aws-lambda": "0.3.33",
|
|
54
|
+
"@goldstack/utils-cli": "0.3.13",
|
|
55
|
+
"@goldstack/utils-config": "0.4.18",
|
|
56
|
+
"@goldstack/utils-log": "0.3.15",
|
|
57
|
+
"@goldstack/utils-package": "0.4.18",
|
|
58
|
+
"@goldstack/utils-package-config": "0.4.18",
|
|
59
|
+
"@goldstack/utils-template": "0.4.18",
|
|
60
|
+
"@goldstack/utils-terraform": "0.4.35",
|
|
61
|
+
"@goldstack/utils-terraform-aws": "0.4.38",
|
|
62
62
|
"source-map-support": "^0.5.21",
|
|
63
63
|
"yargs": "^17.5.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@goldstack/utils-docs-cli": "0.3.11",
|
|
67
|
-
"@goldstack/utils-git": "0.2.
|
|
68
|
-
"@goldstack/utils-package-config-generate": "0.3.
|
|
69
|
-
"@swc/core": "^1.3
|
|
70
|
-
"@swc/jest": "^0.2.
|
|
71
|
-
"@types/jest": "^29.
|
|
72
|
-
"@types/node": "^
|
|
67
|
+
"@goldstack/utils-git": "0.2.10",
|
|
68
|
+
"@goldstack/utils-package-config-generate": "0.3.11",
|
|
69
|
+
"@swc/core": "^1.9.3",
|
|
70
|
+
"@swc/jest": "^0.2.37",
|
|
71
|
+
"@types/jest": "^29.5.14",
|
|
72
|
+
"@types/node": "^22.10.0",
|
|
73
73
|
"@types/yargs": "^17.0.10",
|
|
74
74
|
"jest": "^29.3.1",
|
|
75
75
|
"rimraf": "^3.0.2",
|
|
76
76
|
"ts-json-schema-generator": "^1.0.0",
|
|
77
|
-
"ts-node": "^10.9.
|
|
78
|
-
"typescript": "^
|
|
77
|
+
"ts-node": "^10.9.2",
|
|
78
|
+
"typescript": "^5.7.2"
|
|
79
79
|
},
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"main": "dist/src/templateLambdaTriggerCli.js"
|