10000 Increased timeout to 90 seconds. · dirk39/aws-lambda-ddns-function@e672b37 · GitHub
[go: up one dir, main page]

Skip to content

Commit e672b37

Browse files
authored
Increased timeout to 90 seconds.
1 parent c8c1095 commit e672b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ddns.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"S3Key": "union.py.zip"
8888
},
8989
"Runtime": "python2.7",
90-
"Timeout": "30"
90+
"Timeout": "90"
9191
}
9292
},
9393
"DdnsRule": {
@@ -142,4 +142,4 @@
142142
}
143143
},
144144
"Outputs": {}
145-
}
145+
}

0 commit comments

Comments
 (0)
0