@awsless/cli 0.0.46-next.32 → 0.0.46-next.33
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 +4 -0
- package/package.json +12 -12
package/dist/bin.js
CHANGED
|
@@ -149748,6 +149748,7 @@ var createLambdaProvider = ({ credentials: credentials3, region }) => {
|
|
|
149748
149748
|
return url;
|
|
149749
149749
|
};
|
|
149750
149750
|
return createCustomProvider("lambda", {
|
|
149751
|
+
"update-function-code": {},
|
|
149751
149752
|
"bundle-deployment": {
|
|
149752
149753
|
async createResource(props) {
|
|
149753
149754
|
const state2 = bundleDeploymentInputSchema.parse(props.state);
|
|
@@ -177898,6 +177899,9 @@ var routerFeature = defineFeature({
|
|
|
177898
177899
|
resourceName: "store"
|
|
177899
177900
|
}),
|
|
177900
177901
|
comment: "Store for routes"
|
|
177902
|
+
}, {
|
|
177903
|
+
replaceOnChanges: ["name"],
|
|
177904
|
+
createBeforeReplace: true
|
|
177901
177905
|
});
|
|
177902
177906
|
}
|
|
177903
177907
|
const productionFunction = new aws3.cloudfront.Function(group4, "production-function", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/cli",
|
|
3
|
-
"version": "0.0.46-next.
|
|
3
|
+
"version": "0.0.46-next.33",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@awsless/big-float": "^0.1.7",
|
|
29
|
-
"@awsless/duration": "^0.0.4",
|
|
30
29
|
"@awsless/dynamodb": "^0.3.22",
|
|
31
|
-
"@awsless/
|
|
30
|
+
"@awsless/duration": "^0.0.4",
|
|
32
31
|
"@awsless/lambda": "^0.0.47",
|
|
33
32
|
"@awsless/s3": "^0.0.22",
|
|
33
|
+
"@awsless/json": "^0.0.11",
|
|
34
34
|
"@awsless/validate": "^0.1.7",
|
|
35
35
|
"@awsless/weak-cache": "^0.0.1",
|
|
36
36
|
"awsless": "^0.0.15-next.8"
|
|
@@ -103,24 +103,24 @@
|
|
|
103
103
|
"zod": "^3.24.2",
|
|
104
104
|
"zod-to-json-schema": "^3.24.3",
|
|
105
105
|
"@awsless/big-float": "^0.1.7",
|
|
106
|
+
"@awsless/cloudwatch": "^0.0.1",
|
|
106
107
|
"@awsless/clui": "^0.0.9",
|
|
107
108
|
"@awsless/duration": "^0.0.4",
|
|
108
|
-
"@awsless/
|
|
109
|
+
"@awsless/json": "^0.0.11",
|
|
109
110
|
"@awsless/dynamodb": "^0.3.22",
|
|
110
111
|
"@awsless/iot": "^0.0.5",
|
|
111
|
-
"@awsless/
|
|
112
|
-
"@awsless/s3": "^0.0.22",
|
|
112
|
+
"@awsless/lambda": "^0.0.47",
|
|
113
113
|
"@awsless/redis": "^0.1.13",
|
|
114
|
-
"@awsless/size": "^0.0.2",
|
|
115
|
-
"@awsless/scheduler": "^0.0.5",
|
|
116
114
|
"@awsless/open-search": "^0.0.24",
|
|
117
|
-
"@awsless/sqs": "^0.0.24",
|
|
118
115
|
"@awsless/sns": "^0.0.11",
|
|
119
|
-
"@awsless/
|
|
116
|
+
"@awsless/size": "^0.0.2",
|
|
117
|
+
"@awsless/s3": "^0.0.22",
|
|
118
|
+
"@awsless/scheduler": "^0.0.5",
|
|
120
119
|
"@awsless/weak-cache": "^0.0.1",
|
|
121
120
|
"@awsless/ssm": "^0.0.8",
|
|
122
|
-
"
|
|
123
|
-
"awsless": "^0.
|
|
121
|
+
"awsless": "^0.0.15-next.8",
|
|
122
|
+
"@awsless/validate": "^0.1.7",
|
|
123
|
+
"@awsless/sqs": "^0.0.24"
|
|
124
124
|
},
|
|
125
125
|
"scripts": {
|
|
126
126
|
"test": "bun cli/build-handlers.ts && pnpm vitest",
|