File tree 1 file changed +25
-23
lines changed
1 file changed +25
-23
lines changed Original file line number Diff line number Diff line change @@ -45,29 +45,31 @@ It runs completely serverless - free of any inflexible hardware infrastructure.
45
45
* Copy the following JSON and give your inline policy a name
46
46
47
47
``` 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
+ }
71
73
```
72
74
* (install script will add other permisions that are necessary for installation)
73
75
* run ``` node install.js ```
You can’t perform that action at this time.
0 commit comments