10000 Update README.md · tied/aws-lambda-ddns-function@eb19fe9 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb19fe9

Browse files
committed
Update README.md
1 parent da953d8 commit eb19fe9

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
@@ -108,7 +108,7 @@ The **ddns-trust.json** file contains the trust policy that grants the Lambda se
108108
```
109109
aws iam create-policy --policy-name ddns-lambda-policy --policy-document file://<LOCAL PATH>/ddns-pol.json
110110
```
111-
3) Create the **ddns-lambda-role IAM role** using the trust policy in the **ddns-trust.json** file. You need to replace **\<LOCAL PATH\>** with your local path to the **ddns-trust.json** file. The output of the **aws iam create-role** command includes the ARN associated with the role that you created. Save this ARN since you will need it when you create the Lambda function in the next section.
111+
3) Create the **ddns-lambda-role** IAM role using the trust policy in the **ddns-trust.json** file. You need to replace **\<LOCAL PATH\>** with your local path to the **ddns-trust.json** file. The output of the **aws iam create-role** command includes the ARN associated with the role that you created. Save this ARN since you will need it when you create the Lambda function in the next section.
112112
```
113113
aws iam create-role --role-name ddns-lambda-role --assume-role-policy-document file://<LOCAL PATH>/ddns-trust.json
114114
```

0 commit comments

Comments
 (0)
0