@awsless/awsless 0.0.468 → 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,
@@ -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.468",
3
+ "version": "0.0.469",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -31,16 +31,16 @@
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
34
  "@awsless/mqtt": "^0.0.2",
35
+ "@awsless/redis": "^0.0.14",
36
36
  "@awsless/open-search": "^0.0.17",
37
+ "@awsless/lambda": "^0.0.32",
37
38
  "@awsless/s3": "^0.0.20",
38
- "@awsless/redis": "^0.0.14",
39
39
  "@awsless/sns": "^0.0.10",
40
- "@awsless/validate": "^0.0.19",
41
- "@awsless/weak-cache": "^0.0.1",
40
+ "@awsless/sqs": "^0.0.8",
42
41
  "@awsless/ssm": "^0.0.7",
43
- "@awsless/sqs": "^0.0.8"
42
+ "@awsless/validate": "^0.0.19",
43
+ "@awsless/weak-cache": "^0.0.1"
44
44
  },
45
45
  "dependencies": {
46
46
  "@arcanyx/cidr-slicer": "^0.3.0",
@@ -120,8 +120,8 @@
120
120
  "zod": "^3.24.2",
121
121
  "zod-to-json-schema": "^3.24.3",
122
122
  "@awsless/code": "^0.0.10",
123
- "@awsless/duration": "^0.0.3",
124
123
  "@awsless/formation": "^0.0.73",
124
+ "@awsless/duration": "^0.0.3",
125
125
  "@awsless/graphql": "^0.0.9",
126
126
  "@awsless/json": "^0.0.8",
127
127
  "@awsless/size": "^0.0.2",