Skip to content

Commit 7314636

Browse files
author
Matej Sircelj
committed
updated readme
1 parent 442e7b1 commit 7314636

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

README.md

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -45,29 +45,31 @@ It runs completely serverless - free of any inflexible hardware infrastructure.
4545
* Copy the following JSON and give your inline policy a name
4646

4747
```json
48-
{
49-
"Version": "2012-10-17",
50-
"Statement": [
51-
{
52-
"Sid": "Stmt1481118325000",
53-
"Effect": "Allow",
54-
"Action": [
55-
"iam:CreatePolicy",
56-
"iam:CreateRole",
57-
"iam:GetPolicy",
58-
"iam:GetRole",
59-
"iam:AttachUserPolicy",
60-
"iam:AttachRolePolicy",
61-
"iam:PassRole",
62-
"route53:ListHostedZones",
63-
"acm:ListCertificates"
64-
],
65-
"Resource": [
66-
"*"
67-
]
68-
}
69-
]
70-
}
48+
{
49+
"Version": "2012-10-17",
50+
"Statement": [
51+
{
52+
"Sid": "Stmt1481118325000",
53+
"Effect": "Allow",
54+
"Action": [
55+
"iam:CreatePolicy",
56+
"iam:CreateRole",
57+
"iam:GetPolicy",
58+
"iam:GetRole",
59+
"iam:AttachUserPolicy",
60+
"iam:AttachRolePolicy",
61+
"iam:PassRole",
62+
"route53:ListHostedZones",
63+
"acm:ListCertificates",
64+
"iam:ListUserPolicies",
65+
"iam:GetUserPolicy"
66+
],
67+
"Resource": [
68+
"*"
69+
]
70+
}
71+
]
72+
}
7173
```
7274
* (install script will add other permisions that are necessary for installation)
7375
* run ```node install.js```

0 commit comments

Comments
 (0)