@awsless/awsless 0.0.467 → 0.0.469

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/dist/bin.js CHANGED
@@ -2776,7 +2776,7 @@ var createLambdaFunction = (group, ctx, ns, id, local) => {
2776
2776
  scheduleExpression: "rate(5 minutes)",
2777
2777
  isEnabled: true
2778
2778
  });
2779
- new $3.aws.cloudwatch.EventTarget(group, "target", {
2779
+ new $3.aws.cloudwatch.EventTarget(group, "warm", {
2780
2780
  rule: rule.name,
2781
2781
  targetId: "warmer",
2782
2782
  arn: lambda.arn,
@@ -6804,7 +6804,7 @@ var list3 = (program2) => {
6804
6804
  log12.step(chalk6.magenta(stack.name));
6805
6805
  line("");
6806
6806
  for (const resource2 of stack.resources) {
6807
- line(formatResource(stack, resource2.urn));
6807
+ line(formatResource(stack, resource2.$.urn));
6808
6808
  }
6809
6809
  }
6810
6810
  });
@@ -1 +1 @@
1
- 483f8461993bfc3a205450c45d2a96bd1be0f53c
1
+ c8d47286bdb39b9841d9417f4625946c0c013467
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.467",
3
+ "version": "0.0.469",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -31,12 +31,12 @@
31
31
  "@awsless/dynamodb": "^0.1.5",
32
32
  "@awsless/iot": "^0.0.3",
33
33
  "@awsless/json": "^0.0.8",
34
- "@awsless/lambda": "^0.0.32",
35
- "@awsless/open-search": "^0.0.17",
36
34
  "@awsless/mqtt": "^0.0.2",
37
- "@awsless/sns": "^0.0.10",
38
35
  "@awsless/redis": "^0.0.14",
36
+ "@awsless/open-search": "^0.0.17",
37
+ "@awsless/lambda": "^0.0.32",
39
38
  "@awsless/s3": "^0.0.20",
39
+ "@awsless/sns": "^0.0.10",
40
40
  "@awsless/sqs": "^0.0.8",
41
41
  "@awsless/ssm": "^0.0.7",
42
42
  "@awsless/validate": "^0.0.19",
@@ -119,11 +119,11 @@
119
119
  "zip-a-folder": "^3.1.6",
120
120
  "zod": "^3.24.2",
121
121
  "zod-to-json-schema": "^3.24.3",
122
- "@awsless/duration": "^0.0.3",
123
122
  "@awsless/code": "^0.0.10",
124
123
  "@awsless/formation": "^0.0.73",
125
- "@awsless/json": "^0.0.8",
124
+ "@awsless/duration": "^0.0.3",
126
125
  "@awsless/graphql": "^0.0.9",
126
+ "@awsless/json": "^0.0.8",
127
127
  "@awsless/size": "^0.0.2",
128
128
  "@awsless/ts-file-cache": "^0.0.12",
129
129
  "@awsless/validate": "^0.0.19"