Building a Christmas-Themed Chatbot: My ServerlessGuru Hackathon Journey

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. christmas-theme-chatbot

    A Christmas theme chatbot implemented using AWS Serverless services and LLM model

    Refactoring the code, adding log information and encapsulating the methods just exposing the handlers one. The full code you can see at my repository here

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. dynamoid

    Ruby ORM for Amazon's DynamoDB.

    To interact with the Dynamodb table I used a gem called dynamoid. I created a Connection model in order to use it like Connection.create(connection_id) and Connection.find(connectionId).delete.

  4. rubygems

    Library packaging and distribution for Ruby.

    # frozen_string_literal: true source 'https://rubygems.org' ruby '>= 3.2.2' gem 'aws-sdk-bedrockruntime'

  5. react-chatbot-kit

    I chose React as the library to implement the UI and I used some libraries like react-chatbot-kit for the chat component and react-use-websocket to manage the connection with the backend API.

  6. react-use-websocket

    React Hook for WebSocket communication

    I chose React as the library to implement the UI and I used some libraries like react-chatbot-kit for the chat component and react-use-websocket to manage the connection with the backend API.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Joy of Test Driven Development(TDD) using Rspec in Ruby

    1 project | dev.to | 28 May 2025
  • Go Tool: tudo o que ninguem pediu

    2 projects | dev.to | 5 Apr 2025
  • Re-Revisiting Performance in Ruby 3.4.1

    1 project | dev.to | 25 Mar 2025
  • Building a Ruby on Rails Chat Application with ActionCable and Heroku

    1 project | dev.to | 19 Mar 2025
  • How to make sure you review your monkey patch when updating Ruby gems

    1 project | dev.to | 8 Mar 2025