👋 This is code for "FaaS - Isolated V8 and other dragons" presentation
All files with code samples can be found in ./src
Should be available soon(ish).
Those scripts use top-level await - they should work out-of-the-box since Node.js v14.8
.
If you have older version (but > v12
) - try use ---harmony-top-level-await
. Extra info.