AWS hosting multiple api’s using hangfire or going serveless with Lambda

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • aws-lambda-dotnet

    Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.

  • I'm assuming API's are REST APIs. Those sound like excellent use cases for running as Lambda functions. If the API's are an ASP .NET Core Web API project it is possible to deploy that to Lambda using the Amazon.Lambda.AspNetCoreServer, https://github.com/aws/aws-lambda-dotnet/tree/master/Libraries/src/Amazon.Lambda.AspNetCoreServer, NuGet package. That can be a quick way to get something working and then later choose to rearchitect to a smaller more micro services architecture if necessary.

  • 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

  • Cloudwatch Alarm Lambda error triggering, but I can't find the log error

    1 project | /r/aws | 20 Apr 2023
  • Migrating .NET Console App Cron from GitHub Action to AWS Lamda

    2 projects | dev.to | 18 Apr 2023
  • AWS Lambda for hosting asp.net core webapis?

    1 project | /r/csharp | 26 Jan 2023
  • Debugging .NET Lambdas similarly to RIE

    1 project | /r/dotnet | 4 Nov 2022
  • Cloud Migration 101: Developer Edition

    1 project | dev.to | 12 Mar 2021