youtube image
From YouTube: Creating SQSLite - My Journey into Open Source - Jenny Eckstein, LIfion by ADP

Description

To learn more about critical open source JavaScript projects like Appium, Dojo, jQuery, Node.js, and webpack, and 27 more checkout The OpenJS Foundation: https://openjsf.org/

Creating SQSLite - My Journey into Open Source - Jenny Eckstein, LIfion by ADP
JW Grand Ballroom 1

Speakers: Jenny Eckstein
SQSlite allows us to create a mock of Simple Queue Service (SQS) in order to test interactions with AWS. SQSlite is a lightweight solution that can be installed as a node module, or work as a standalone command line interface (CLI) tool. You do not need to register, provide a credit card or worry about running over the free limit when using AWS for development. Developing software using AWS directly causes costs to soar. There are some solutions such as localstack, and other stand-alone applications that imitate a particular service. However, there was no available solution for SQS service. I will share SQSLite’s journey from research to implementation and final result, as well as my personal story of becoming an open-source contributor.