Skip to content

Instantly share code, notes, and snippets.

@lakshmantgld
Last active July 9, 2022 08:51
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 lakshmantgld/0dcc9eec9357b27fa4894536dc91a6af to your computer and use it in GitHub Desktop.
Save lakshmantgld/0dcc9eec9357b27fa4894536dc91a6af to your computer and use it in GitHub Desktop.
Difference between FaaS vs iFaaS
╔══════════════════════════════════════╦════════════════════════════════════════╗
║ FaaS ║ iFaaS ║
╠══════════════════════════════════════╬════════════════════════════════════════╣
║ Single function with a small snippet ║ Application with a collection of ║
║ of code. ║ functions that is chained together. ║
╠══════════════════════════════════════╬════════════════════════════════════════╣
║ On triggered, the small snippet of ║ on triggered, the application executes ║
║ code gets executed. ║ all the functions in the order of the ║
║ ║ chaining/linkage. ║
╚══════════════════════════════════════╩════════════════════════════════════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment