good reminder 🙂
Good judgement! I guess not a whole lot, aside the case if dependencies weight over the current maximum 50MB limit of AWS/Lambda
@dominicm what kind of features would you expect?
@cgrand I thought cold start-up time might see a significant improvement.
It might. I haven’t measured it. Startup is quite different as: 1/ not all vars are created 2/ they are deserialized, not recreated from an evaluation.
Very different semantics then. Very interesting. We've already at a 20s start with a graphql/json/lacinia setup, so startup time is a focus for me already it seems.