Dudes, you should put es6 lambdas in you lambda code it would be so meta. ``` javascript Lambda.prototype.zipfileTmpPath = ( program ) => { let ms_since_epoch = +new Date, filename = `${program.functionName}-${ms_since_epoch}.zip`, zipfile = path.join( os.tmpDir(), filename ); return zipfile; }; ``` Then use [harmony flags](https://github.com/joyent/node/wiki/ES6-%28a.k.a.-Harmony%29-Features-Implemented-in-V8-and-Available-in-Node)
Dudes, you should put es6 lambdas in you lambda code it would be so meta.
Then use harmony flags