Syntax - Tasty Web Development Treats

Serverless / Cloud Functions - Part 1

Feb 19, 2020
Discover the world of serverless computing and the cloud providers that are shaping it. Learn about the cost-effective benefits of scaling specific functions and enhancing security without managing your own server. Dive into what can be hosted, from static files to single-function apps, but beware of the limitations with larger applications. Explore popular platforms like Google Cloud and AWS Lambda, and the intrigue of tools that make serverless deployment simpler. Each topic is packed with insights and anecdotes to keep you engaged!
Ask episode
AI Snips
Chapters
Transcript
Episode notes
INSIGHT

What is Serverless?

  • Serverless means your app logic runs on-demand, without managing a server.
  • Individual functions are triggered by specific events like API requests.
ADVICE

Benefits of Serverless

  • Scale individual functions rather than the entire server, potentially saving costs.
  • Serverless improves security by isolating functions, reducing the impact of hacks.
ANECDOTE

CodePen's Serverless Use Case

  • CodePen uses serverless functions for pre-processing code like Sass and Babel.
  • This allows them to scale individual processors efficiently and cost-effectively.
Get the Snipd Podcast app to discover more snips from this episode
Get the app