Skip to content

Commit db9c65a

Browse files
chore: add runtime to defaults
1 parent 61918b1 commit db9c65a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/lib/compileFunctions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ const getFunctionTemplate = (funcObject, region, sourceArchiveUrl) => { //eslint
122122
properties: {
123123
location: region,
124124
availableMemoryMb: 256,
125+
runtime: 'nodejs8',
125126
timeout: '60s',
126127
function: funcObject.handler,
127128
sourceArchiveUrl,

0 commit comments

Comments
 (0)