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

Change the lambda timeout #23

Closed captain-sysadmin closed 6 years ago

captain-sysadmin commented 7 years ago

The lambda time is less than the sleep time when collecting instance metadata. So following the instructions will lead to the function always timing out.

I've updated the readme so that it should now work out of the gate.