aws-samples / aws-lambda-ddns-function

Dynamically create Route 53 resource records using CloudWatch Events and Lambda
Apache License 2.0
236 stars 116 forks source link

Fix lambda timeout in README #13

Closed ktstevenson closed 7 years ago

ktstevenson commented 7 years ago

Commit 8d8059e introduced a 60 second sleep into the code. The documentation sets up a 30 second function timeout. This commit changes the timeout to 120 seconds.

ktstevenson commented 7 years ago

Actual change is in line 143. Not sure why my editor changed the formatting of other lines.