Skip to content

Commit

Permalink
chore: add runtime to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Jul 31, 2018
1 parent 61918b1 commit db9c65a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/lib/compileFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const getFunctionTemplate = (funcObject, region, sourceArchiveUrl) => { //eslint
properties: {
location: region,
availableMemoryMb: 256,
runtime: 'nodejs8',
timeout: '60s',
function: funcObject.handler,
sourceArchiveUrl,
Expand Down

0 comments on commit db9c65a

Please sign in to comment.