Skip to content

Instantly share code, notes, and snippets.

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/7a4c123bea44994ba55e76e64b3c3fd7 to your computer and use it in GitHub Desktop.
Save lakshmantgld/7a4c123bea44994ba55e76e64b3c3fd7 to your computer and use it in GitHub Desktop.
╔════════════════════════════════════════╦════════════════════════════════════════════╗
║ AWS Lambda ║ Lolo Code ║
╠════════════════════════════════════════╬════════════════════════════════════════════╣
║ - Lambda's programming model is ║ - Lolo supports application state and the ║
║ stateless. ║ state can be retrieved and updated by ║
║ ║ all the functions in the Lolo application. ║
║ - But lambda can access stateful data ║ ║
║ from stateful services such as ║ - Ran both stateful and stateless ║
║ Dynamo DB and Redis. ║ application in Lolo, there wan't a huge ║
║ ║ difference in the response time. ║
║ ║ Stateful API call took 5-10 ms more to ║
║ ║ respond. ║
╚════════════════════════════════════════╩════════════════════════════════════════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment