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

Skip to content

Commit d21f8b5

Browse files
committed
Update README.md
1 parent a9b5b05 commit d21f8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ Next, the function checks to see whether there's a DHCP option set assigned to t
137137
Use the AWS CLI to create the Lambda function:
138138

139139
1) Download the **union.py.zip** file from the [AWS Labs GitHub repo](https://github.com/awslabs/aws-lambda-ddns-function).
140+
140141
2) Execute the following command to create the function. Note that you need to update the command to use the ARN of the role that you created earlier, as well as the local path to the union.py.zip file containing the Python code for the Lambda function.
141142
```
142143
aws lambda create-function --function-name ddns_lambda --runtime python2.7 --role <enter-your-role-arn-here> --handler union.lambda_handler --timeout 30 --zip-file fileb://<LOCAL PATH>/union.py.zip

0 commit comments

Comments
 (0)
0