@awsless/awsless 0.0.153 → 0.0.154
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 -3
- 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 +2 -2
package/dist/bin.js
CHANGED
|
@@ -4424,10 +4424,8 @@ var Bucket = class extends Resource {
|
|
|
4424
4424
|
"s3:GetObjectAttributes"
|
|
4425
4425
|
],
|
|
4426
4426
|
resources: [
|
|
4427
|
-
sub("arn:${AWS::Partition}:${service}
|
|
4428
|
-
seperator: "/",
|
|
4427
|
+
sub("arn:${AWS::Partition}:${service}:::${resourceName}", {
|
|
4429
4428
|
service: "s3",
|
|
4430
|
-
resource: "bucket",
|
|
4431
4429
|
resourceName: this.name
|
|
4432
4430
|
})
|
|
4433
4431
|
]
|
|
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.154",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@awsless/redis": "^0.0.10",
|
|
32
31
|
"@awsless/lambda": "^0.0.15",
|
|
33
32
|
"@awsless/s3": "^0.0.8",
|
|
33
|
+
"@awsless/redis": "^0.0.10",
|
|
34
34
|
"@awsless/sns": "^0.0.7",
|
|
35
35
|
"@awsless/sqs": "^0.0.7",
|
|
36
36
|
"@awsless/ssm": "^0.0.7",
|