Hacker News new | ask | show | jobs
Serverless Compute with Dynamic Ephemeral Storage (medium.com)
4 points by rtoken 1476 days ago
1 comments

Very interesting:

> Instead of writing the same code again and again in the console and assigning each function different amounts of storage, I can write the code once and declare multiple functions that each reference that same code, while assigning different amounts of storage for each one.