August 2018 Summaries
2 posts from Stream
Filter
Month:
Year:
Post Summaries
Back to Blog
The tutorial explores how to effectively use AWS services such as SQS, Lambda, and SNS in conjunction with Stream to respond to real-time feed updates. Emphasizing the importance of real-time interaction, it guides users through setting up AWS SQS, creating a user for Stream, and configuring AWS Lambda to process incoming data from SQS. The tutorial further explains how to use Lambda to decode messages and trigger actions like sending emails or SMS based on specific events. It also demonstrates integrating AWS SNS to forward these messages as text notifications, providing a comprehensive walkthrough of managing permissions, configuring services, and deploying code for this purpose. The tutorial is detailed, encouraging users to follow along by setting up necessary accounts and permissions, ultimately aiming to enhance understanding and proficiency in using these AWS services effectively.
Aug 29, 2018
1,909 words in the original blog post.
Stream utilizes PM2, an open-source process manager, to efficiently maintain and scale their Node.js-based applications, often hosted on platforms like DigitalOcean or AWS EC2. PM2 is favored for its ease of use and features such as automatic process management, log management, and support for the Node.js Cluster API, making it suitable for production environments. The platform offers seamless scaling, logging capabilities, and aligns well with The Twelve-Factor App methodology, which enhances application robustness and scalability. Stream values the open-source community and appreciates PM2 for reducing operational overhead, allowing focus on developing feature-rich applications. For further exploration, Stream offers tutorials on how to build scalable services using their API.
Aug 07, 2018
792 words in the original blog post.