Skip to content

Commit 4c9e495

Browse files
authored
Create FullAWSAccess.json
1 parent 5e118d7 commit 4c9e495

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

FullAWSAccess.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"Version": "2012-10-17",
3+
"Statement": [
4+
{
5+
"Effect": "Allow",
6+
"Action": "*",
7+
"Resource": "*"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)