8000 Update README.md · agiza/aws-lambda-ddns-function@05a3964 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05a3964

Browse files
committed
Update README.md
1 parent 35cc99b commit 05a3964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The **ddns-trust.json** file contains the trust policy that grants the Lambda se
104104
]
105105
}
106106
```
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.
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.
108108
```
109109
aws iam create-policy --policy-name ddns-lambda-policy --policy-document file://<LOCAL PATH>/ddns-pol.json
110110
```

0 commit comments

Comments
 (0)
0