How to build a serverless notification system on AWS

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • serverless-notifications

    Serverless Service for Serverless Notifications (AWS IoT)

  • You can find the code on GitHub.

  • aws-iot-device-sdk-js

    SDK for connecting to AWS IoT from a device using JavaScript/Node.js

  • In this project I used the Node module AWS IoT SDK to connect to the IoT service.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • bombermon

    A multiplayer game (Bomberman-like) using Serverless concepts

  • You can see the demo here and the code on GitHub. You can try it using your desktop and phone to test the multiplayer feature.

  • browserify

    browser-side require() the node.js way

  • This demo runs in a static site hosted on Amazon S3. As I’ve used a Node.js module to connect with IoT, the index.html file adds a bundle.js that was processed with Browserify. I’ll explain how it was done in the following sections.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts