FaaS - Isolated V8 and other dragons

👋 This is code for "FaaS - Isolated V8 and other dragons" presentation

All files with code samples can be found in ./src

Videos

Should be available soon(ish).

Presentation

Embedded on the page - click

About me

michalczukm.xyz

Requirements

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.