The Serverless Toolbox - Tools To Build Serverless Apps Easier

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • serverless-toolbox

    Set of tools you can use for your serverless projects

  • I'm happy to release the first version of my serverless toolbox - a GitHub repo that deploys a set of functional tools that you can integrate into your applications with loose coupling mechanisms.

  • serverless-ai-fitness

    App that uses GhatGPT to generate workouts and email them to you

  • If you want to see an implementation of this function, you can see it in my serverless-ai-fitness project. It is used in a Step Function workflow to build a workout with the equipment I have available in my home gym. It also creates a warmup and cooldown specifically for the generated workout.

  • 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
  • blog-crossposting-automation

  • This Lambda function is implemented in my blog crossposting app. It is called from a state machine to post articles to various publications. In this project, I created a Lambda function to generate payloads specifically for this function to use as simply as possible.

  • serverless-newsletter-app

    Open Source project that uses SendGrid to publish newsletters via a dynamic template

  • If you want to see how easy it is to send an email by publishing an event, I have an example in my serverless newsletter app. In a Step Function worklow that reports how my weekly newsletter performed, I gather some analytic details from the SendGrid API, then publish an EventBridge event to send those details to me in a weekly "how did I do" email.

  • sendgrid-nodejs

    The Official Twilio SendGrid Led, Community Driven Node.js API Library

  • Yes, AWS makes it very easy to use SES (Simple Email Service) for sending emails. That said, I've actually found it somewhat difficult to get my account turned on to "production mode" - allowing me to send an email to any address I want. So I tend to use SendGrid for sending emails. This function uses SendGrid to asynchronously send an email in either plaintext or html format. You just need to supply your SendGrid API key.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • How do I receive emails from users who want to contact me

    1 project | /r/webdev | 23 Oct 2023
  • The 7 best transactional email services for developers in 2023

    2 projects | dev.to | 19 Oct 2023
  • how I got customer onboarding right

    2 projects | /r/indiebiz | 11 Sep 2023
  • Solo SaaS - How I Built a Serverless Workout App By Myself

    2 projects | dev.to | 31 Jul 2023
  • Poste.io problems, cant send emails

    2 projects | /r/selfhosted | 22 Jun 2023