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