8000 Merge pull request #23 from captain-sysadmin/patch-1 · vligade/aws-lambda-ddns-function@72181ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 72181ee

Browse files
authored
Merge pull request aws-samples#23 from captain-sysadmin/patch-1
Change the lambda timeout
2 parents e672b37 + 9bf20db commit 72181ee

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
@@ -146,7 +146,7 @@ zip union.zip union.py
146146

147147
3) Execute the following command to create the function. Note that you will 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.zip file containing the Python code for the Lambda function.
148148
```
149-
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.zip
149+
aws lambda create-function --function-name ddns_lambda --runtime python2.7 --role <enter-your-role-arn-here> --handler union.lambda_handler --timeout 90 --zip-file fileb://<LOCAL PATH>/union.zip
150150
```
151151
4) The output of the command returns the ARN of the newly-created function. Save this ARN, since you will need it in the next section.
152152

0 commit comments

Comments
 (0)
0