@awsless/awsless 0.0.141 → 0.0.142
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/dist/features/cognito-client-secret/bundle.zip +0 -0
- package/dist/features/delete-bucket/bundle.zip +0 -0
- package/dist/features/delete-hosted-zone/bundle.zip +0 -0
- package/dist/features/global-exports/bundle.zip +0 -0
- package/dist/features/invalidate-cache/bundle.zip +0 -0
- package/dist/features/upload-bucket-asset/bundle.zip +0 -0
- package/package.json +4 -4
package/dist/bin.js
CHANGED
|
@@ -4098,7 +4098,7 @@ var restPlugin = definePlugin({
|
|
|
4098
4098
|
}).dependsOn(api);
|
|
4099
4099
|
bootstrap2.add(api, stage).export(`rest-${id}-id`, api.id);
|
|
4100
4100
|
if (props.domain) {
|
|
4101
|
-
const domainName =
|
|
4101
|
+
const domainName = formatFullDomainName(config2, props.domain, props.subDomain);
|
|
4102
4102
|
const hostedZoneId = bootstrap2.import(`hosted-zone-${props.domain}-id`);
|
|
4103
4103
|
const certificateArn = bootstrap2.import(`certificate-${props.domain}-arn`);
|
|
4104
4104
|
const domain = new DomainName2(id, {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/awsless",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.142",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
+
"@awsless/sns": "^0.0.7",
|
|
32
|
+
"@awsless/redis": "^0.0.10",
|
|
31
33
|
"@awsless/lambda": "^0.0.15",
|
|
32
34
|
"@awsless/sqs": "^0.0.7",
|
|
33
|
-
"@awsless/ssm": "^0.0.7",
|
|
34
35
|
"@awsless/validate": "^0.0.10",
|
|
35
|
-
"@awsless/
|
|
36
|
-
"@awsless/sns": "^0.0.7",
|
|
36
|
+
"@awsless/ssm": "^0.0.7",
|
|
37
37
|
"@awsless/weak-cache": "^0.0.1"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|