Serverless Computing Tools

🌐 Serverless Platforms (FaaS – Function as a Service)

Tool NameType / CategoryFeaturesPricingLink
AWS LambdaServerless Compute (FaaS)Event-driven execution, supports multiple languages (Python, Node.js, Java, etc.), scalableFree tier (1M req + 400,000 GB-secs), pay-per-useaws.amazon.com/lambda
Azure FunctionsServerless Compute (FaaS)Supports C#, Java, JavaScript, Python; triggers via HTTP, queues, timersFree tier (1M req + 400,000 GB-secs), pay-per-useazure.microsoft.com/functions
Google Cloud FunctionsServerless Compute (FaaS)Supports Node.js, Python, Go, Java, .NET; scalable, HTTP triggersFree tier (2M invocations), pay-per-usecloud.google.com/functions
IBM Cloud FunctionsServerless Compute (FaaS)Built on Apache OpenWhisk, supports multiple languages, integrates with IBM Watson AIFree tier (400,000 GB-secs), pay-per-usecloud.ibm.com/functions
Oracle FunctionsServerless Compute (FaaS)Built on Fn Project, integrates with Oracle Cloud Infrastructure and servicesPay-as-you-go, free trial availableoracle.com/functions
Alibaba Function ComputeServerless Compute (FaaS)Multi-language support, auto-scaling, triggers from OSS, API Gateway, Log ServiceFree tier (1M invocations), pay-per-usealibabacloud.com/product/function-compute
Cloudflare WorkersEdge-based Serverless (FaaS)Serverless execution at the edge, ideal for web apps and APIs, very low latencyFree (100,000 requests/day), paid plans from $5/monthworkers.cloudflare.com
Vercel Serverless FunctionsServerless Compute (FaaS)Optimized for frontend, edge functions, API routes, Next.js framework integrationFree tier (100 GB bandwidth), Pro from $20/monthvercel.com/docs/functions
Netlify FunctionsServerless Compute (FaaS)Runs AWS Lambda functions via Netlify, easy for JAMstack appsFree tier (125K requests/month), paid from $19/monthnetlify.com/products/functions

🔗 Backend-as-a-Service (BaaS) / Serverless Databases

Tool NameType / CategoryFeaturesPricingLink
FirebaseBaaSRealtime database, Firestore, authentication, cloud functions, analyticsFree Spark Plan, pay-as-you-go Blaze Planfirebase.google.com
SupabaseOpen-Source BaaSPostgres database, real-time subscriptions, authentication, serverless functionsFree tier (500K requests), paid from $25/monthsupabase.com
HasuraGraphQL EngineInstant GraphQL APIs over Postgres, serverless functions integrationFree tier (1 project), Pro from $99/monthhasura.io
AppwriteOpen Source BaaSServerless backend for web/mobile apps, database, authentication, storageFree self-hosted; cloud from $15/monthappwrite.io
BackendlessBaaSVisual app builder, real-time database, user management, cloud codeFree tier, paid plans from $25/monthbackendless.com

🚀 Serverless Containers

Tool NameType / CategoryFeaturesPricingLink
AWS FargateServerless ContainersRun containers without managing servers, integrated with ECS and EKSPay-as-you-goaws.amazon.com/fargate
Azure Container Instances (ACI)Serverless ContainersRun containers on demand without managing VM infrastructurePay-as-you-goazure.microsoft.com/aci
Google Cloud RunServerless ContainersFully managed container hosting, auto-scaling, HTTP request handlingFree tier (2M requests/month), pay-per-usecloud.google.com/run
KnativeOpen-source Serverless FrameworkExtends Kubernetes with serverless capabilities (eventing & autoscaling)Open source (self-hosted)knative.dev
OpenFaaSOpen-source Serverless FrameworkServerless functions with Docker & Kubernetes, REST APIs, autoscalingOpen source (self-hosted)openfaas.com

🔒 Serverless Security Tools

Tool NameType / CategoryFeaturesPricingLink
Protego (Check Point CloudGuard)Serverless SecurityServerless security automation, risk detection, runtime protectionCustom pricingcheckpoint.com/protego
PureSec (now part of Palo Alto)Serverless SecurityServerless security for AWS Lambda and Azure Functions (acquired by Palo Alto)Included in Prisma Cloudpaloaltonetworks.com
Aqua SecurityContainer/Serverless SecurityEnd-to-end protection for containers and serverless functionsCustom pricingaquasec.com
Snyk ServerlessServerless SecurityScans and secures serverless applications, detects vulnerabilities in dependenciesFree tier, paid plans availablesnyk.io

🛠️ Serverless Frameworks & Deployment Tools

Tool NameType / CategoryFeaturesPricingLink
Serverless FrameworkFrameworkBuild, deploy, and manage serverless applications; supports AWS, Azure, GCPFree Core, Pro from $29/monthserverless.com
Architect (Begin)FrameworkOpen-source framework for building serverless web apps on AWS LambdaFree, paid plans via Beginarc.codes
Claudia.jsFrameworkSimplifies deployment and management of AWS Lambda functions using Node.jsFree (open-source)claudiajs.com
Bref (PHP)FrameworkServerless framework for PHP applications on AWS LambdaFree (open-source)bref.sh
Zappa (Python)FrameworkServerless Python web apps deployment to AWS Lambda + API GatewayFree (open-source)zappa.io

Categories Recap

CategoryDescription
Serverless Platforms (FaaS)Function execution without server management (AWS Lambda, Azure Functions)
BaaS / Serverless DatabasesManaged backend services and databases (Firebase, Supabase)
Serverless ContainersManaged container services with autoscaling (Cloud Run, Fargate)
Serverless Security ToolsProtect serverless applications from threats and misconfigurations
Serverless Frameworks & Deployment ToolsDeveloper tools and frameworks for building serverless apps

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *