@awsless/awsless 0.0.284 → 0.0.285
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 +1 -1
- package/package.json +6 -6
package/dist/bin.js
CHANGED
|
@@ -3896,7 +3896,7 @@ var searchFeature = defineFeature({
|
|
|
3896
3896
|
for (const [id, props] of Object.entries(ctx.stackConfig.searchs ?? {})) {
|
|
3897
3897
|
const group = new Node14(ctx.stack, "search", id);
|
|
3898
3898
|
const openSearch = new aws15.openSearch.Domain(group, "domain", {
|
|
3899
|
-
name: shortId([ctx.app.name, ctx.stack.name, this.name, id].join("--"))
|
|
3899
|
+
name: `${id}-${shortId([ctx.app.name, ctx.stack.name, this.name, id].join("--"))}`,
|
|
3900
3900
|
version: props.version,
|
|
3901
3901
|
storageSize: props.storage,
|
|
3902
3902
|
instance: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/awsless",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.285",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@awsless/lambda": "^0.0.19",
|
|
32
32
|
"@awsless/open-search": "^0.0.12",
|
|
33
|
+
"@awsless/redis": "^0.0.12",
|
|
33
34
|
"@awsless/s3": "^0.0.15",
|
|
34
35
|
"@awsless/sns": "^0.0.7",
|
|
35
|
-
"@awsless/sqs": "^0.0.7",
|
|
36
|
-
"@awsless/redis": "^0.0.12",
|
|
37
|
-
"@awsless/validate": "^0.0.14",
|
|
38
36
|
"@awsless/ssm": "^0.0.7",
|
|
39
|
-
"@awsless/
|
|
37
|
+
"@awsless/validate": "^0.0.14",
|
|
38
|
+
"@awsless/weak-cache": "^0.0.1",
|
|
39
|
+
"@awsless/sqs": "^0.0.7"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@arcanyx/cidr-slicer": "^0.3.0",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"zip-a-folder": "^3.1.6",
|
|
103
103
|
"zod": "^3.21.4",
|
|
104
104
|
"zod-to-json-schema": "^3.22.3",
|
|
105
|
-
"@awsless/duration": "^0.0.1",
|
|
106
105
|
"@awsless/formation": "^0.0.37",
|
|
106
|
+
"@awsless/duration": "^0.0.1",
|
|
107
107
|
"@awsless/graphql": "^0.0.9",
|
|
108
108
|
"@awsless/size": "^0.0.1",
|
|
109
109
|
"@awsless/validate": "^0.0.14",
|