@awsless/cli 0.0.46-next.16 → 0.0.46-next.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.
Files changed (2) hide show
  1. package/dist/bin.js +3 -1
  2. package/package.json +13 -13
package/dist/bin.js CHANGED
@@ -104737,7 +104737,7 @@ var createPrebuildLambdaFunction = (parentGroup, ctx, ns, id, props) => {
104737
104737
  }));
104738
104738
  })
104739
104739
  });
104740
- const dependsOn = [];
104740
+ const dependsOn = [policy];
104741
104741
  if (props.vpc) {
104742
104742
  dependsOn.push(new aws.iam.RolePolicy(group, "vpc-policy", {
104743
104743
  role: role.name,
@@ -104831,6 +104831,8 @@ var createPrebuildLambdaFunction = (parentGroup, ctx, ns, id, props) => {
104831
104831
  destinationArn: ctx.shared.get("on-error-log", "subscriber-arn"),
104832
104832
  logGroupName: logGroup.name,
104833
104833
  filterPattern
104834
+ }, {
104835
+ dependsOn: [ctx.shared.get("on-error-log", "permission")]
104834
104836
  });
104835
104837
  }
104836
104838
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/cli",
3
- "version": "0.0.46-next.16",
3
+ "version": "0.0.46-next.17",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -40,13 +40,13 @@
40
40
  "peerDependencies": {
41
41
  "@awsless/big-float": "^0.1.7",
42
42
  "@awsless/duration": "^0.0.4",
43
- "@awsless/dynamodb": "^0.3.21",
44
- "@awsless/lambda": "^0.0.47",
45
43
  "@awsless/json": "^0.0.11",
44
+ "@awsless/lambda": "^0.0.47",
45
+ "@awsless/s3": "^0.0.22",
46
46
  "@awsless/validate": "^0.1.7",
47
- "awsless": "^0.0.15-next.3",
48
47
  "@awsless/weak-cache": "^0.0.1",
49
- "@awsless/s3": "^0.0.22"
48
+ "awsless": "^0.0.15-next.3",
49
+ "@awsless/dynamodb": "^0.3.21"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@clack/prompts": "^0.7.0",
@@ -100,25 +100,25 @@
100
100
  "zip-a-folder": "^3.1.6",
101
101
  "zod": "^3.24.2",
102
102
  "zod-to-json-schema": "^3.24.3",
103
- "@awsless/clui": "^0.0.9",
104
103
  "@awsless/cloudwatch": "^0.0.1",
105
- "@awsless/big-float": "^0.1.7",
106
104
  "@awsless/duration": "^0.0.4",
107
105
  "@awsless/dynamodb": "^0.3.21",
106
+ "@awsless/big-float": "^0.1.7",
108
107
  "@awsless/iot": "^0.0.5",
108
+ "@awsless/clui": "^0.0.9",
109
109
  "@awsless/json": "^0.0.11",
110
110
  "@awsless/lambda": "^0.0.47",
111
- "@awsless/open-search": "^0.0.24",
112
- "@awsless/redis": "^0.1.13",
113
111
  "@awsless/s3": "^0.0.22",
114
- "@awsless/size": "^0.0.2",
115
- "@awsless/sqs": "^0.0.24",
116
- "@awsless/scheduler": "^0.0.5",
112
+ "@awsless/open-search": "^0.0.24",
117
113
  "@awsless/sns": "^0.0.11",
114
+ "@awsless/redis": "^0.1.13",
118
115
  "@awsless/ssm": "^0.0.8",
119
116
  "@awsless/weak-cache": "^0.0.1",
117
+ "@awsless/scheduler": "^0.0.5",
118
+ "awsless": "^0.0.15-next.3",
120
119
  "@awsless/validate": "^0.1.7",
121
- "awsless": "^0.0.15-next.3"
120
+ "@awsless/sqs": "^0.0.24",
121
+ "@awsless/size": "^0.0.2"
122
122
  },
123
123
  "scripts": {
124
124
  "test": "bun cli/build-handlers.ts && pnpm vitest",