Last active
July 13, 2022 08:36
-
-
Save lakshmantgld/7a4c123bea44994ba55e76e64b3c3fd7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
╔════════════════════════════════════════╦════════════════════════════════════════════╗ | |
║ 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