Skip to content

Instantly share code, notes, and snippets.

@lakshmantgld
Last active July 13, 2022 08:39
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/78804a6e71e69c37497388cf15973c82 to your computer and use it in GitHub Desktop.
Save lakshmantgld/78804a6e71e69c37497388cf15973c82 to your computer and use it in GitHub Desktop.
╔══════════════════════════════════════════╦═════════════════════════════════════════╗
║ AWS Lambda ║ Lolo Code ║
╠══════════════════════════════════════════╬═════════════════════════════════════════╣
║ - Use cases depend on the supported ║ - Use cases depend on the supported ║
║ triggers. Lambda supports triggers such ║ triggers. Lolo supports triggers such ║
║ as HTTP, SDK invocation, timer, etc., ║ as HTTP, web sockets, timer, etc., ║
║ ║ ║
║ - As mentioned, there are numerous use ║ - Like Lambda, there are numerous use ║
║ cases for Lambda, it is up to one's ║ cases for Lolo too. It is up to one's ║
║ imagination. ║ imagination. ║
║ ║ ║
║ - Lambda will be mainly used for ║ - Unlike Lambda, Lolo can be used for ║
║ time-insensitive tasks such as document ║ both the time-sensitive and ║
║ conversion, video processing, ║ time-insensitive tasks as there is no ║
║ IoT data processing, security alerts. ║ cold start issue. ║
║ ║ ║
║ - Lambda can easily integrate with ║ - In addition to Lambda's use cases, ║
║ other AWS services such as S3, Kinesis, ║ Lolo can be used for websockets based ║
║ IoT as there are out-of-box integration ║ web and mobile applications, to build ║
║ among AWS services. ║ convrsational chat bots such as Alexa, ║
║ ║ Google assistant as Lolo can respond ║
║ - Lambda can also be used as serverless ║ immediately. ║
║ backend for web and mobile applications, ║ ║
║ that are fine with cold start. ║ - Lolo will be the right choice for the ║
║ ║ serverless backend as there will be no ║
║ ║ cold start issue. ║
╚══════════════════════════════════════════╩═════════════════════════════════════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment