Automate Your Life and Save Time By Going Serverless

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-ai-fitness

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

    So I added an EventBridge rule to the function and now I can send an email with a simple call to PutEvents. Here's an example taken from a Step Function workflow definition in my workout generator.

  • serverless-api-key-registration

    Serverless API to register for an API key for an existing API

    Currently in my toolbox, I have the ability to make a query to OpenAI models, secure any API in my AWS account with an API key (even though it's best practice to include another form of auth), or run a load test with a simple trigger.

  • 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.

  • serverless-load-testing

    Perform load testing with a serverless solution running newman

    Currently in my toolbox, I have the ability to make a query to OpenAI models, secure any API in my AWS account with an API key (even though it's best practice to include another form of auth), or run a load test with a simple trigger.

  • serverless-patterns

    Serverless patterns. Learn more at the website: https://serverlessland.com/patterns.

    Sources like Serverless Land are invaluable. They aggregate patterns, repos, examples, and blogs from the community and make them available in one location. But because of that, you get a grab-bag of layouts with the code samples. Exposure to the different ways people build repositories is good, but you don't move as fast as if you did it yourself.

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