←back to thread

115 points nonfamous | 2 comments | | HN request time: 0.584s | source
1. zdc1 ◴[] No.44569202[source]
Taking a step back, this is an interesting reality of choosing platforms. Lambda ain't Node.js. Yes, it runs JavaScript, but that doesn't make it Node.js. JavaScript-land is full of frameworks and platforms that let you do less work in exchange for using a particular set of patterns or architecture.

This also shows the best and worst of AWS: things are documented, but not always when/where/how you need them. You will still need to learn a few things the hard way when getting your toes wet (so use those "innovation tokens" sparingly).

replies(1): >>44572130 #
2. bradyd ◴[] No.44572130[source]
Lambda's JavaScript runtime is Node.js.