Skip to content

Instantly share code, notes, and snippets.

@xpepper
Created September 18, 2016 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xpepper/2b848c03863924e94812d24ef7a510bf to your computer and use it in GitHub Desktop.
Save xpepper/2b848c03863924e94812d24ef7a510bf to your computer and use it in GitHub Desktop.
Thoughts on Serverless

Serverless

Instead of a just-in-case compute availability (which is what you get with EC2 for example) that sits there, always ready to serve your needs, you have a just-in-time execution context which get spinned on in a matter of milliseconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment