You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ The **ddns-trust.json** file contains the trust policy that grants the Lambda se
104
104
]
105
105
}
106
106
```
107
-
2) Create the policy using the policy document in the **ddns-pol.json** file. You need to replace **<LOCALPATH>** with your local path to the **ddns-pol.json** file. The output of the **aws iam create-policy** command includes the Amazon Resource Locator (ARN). Save the ARN as you need it for future steps.
107
+
2) Create the policy using the policy document in the **ddns-pol.json** file. You need to replace **\<LOCAL PATH\>** with your local path to the **ddns-pol.json** file. The output of the **aws iam create-policy** command includes the Amazon Resource Locator (ARN). Save the ARN as you need it for future steps.
108
108
```
109
109
aws iam create-policy --policy-name ddns-lambda-policy --policy-document file://<LOCAL PATH>/ddns-pol.json
0 commit comments