Talk in English - US at nodejsday 2020
View Slides: https://www.slideshare.net/SimonaCotin/serverless-at-the-end-of-the-universe
Checkout the code: https://github.com/simonaco/spiritdog
Short URL: https://joind.in/talk/2c8d1
(QR-Code (opens in new window))
Serverless functions are extremely good at what they do and provide planet-scale computing power for your applications. The one thing where serverless functions fall short is when it comes to state management. When missing state management abilities building up complex flows in your data processing will prove to be quite daunting, and most often than not will require you to provide custom mechanisms for enabling you to communicate between your functions. I am here to explain the challenges and what we can do to tackle them in a way that is extensible and suitable for production environments.
Comments
Comments are closed.