Tagged articles
17 articles
Page 1 of 1
JavaEdge
JavaEdge
Dec 17, 2023 · Cloud Computing

Mastering AWS Lambda Error Handling: Best Practices and Advanced Strategies

This guide explains AWS Lambda error types and presents practical best‑practice solutions—including dead‑letter queues, exponential‑backoff retries, structured logging, custom error responses, and advanced techniques like X‑Ray tracing and fault injection—to help you build resilient serverless applications.

AWS LambdaError HandlingServerless
0 likes · 10 min read
Mastering AWS Lambda Error Handling: Best Practices and Advanced Strategies
IT Architects Alliance
IT Architects Alliance
Apr 19, 2022 · Cloud Computing

Avoid Serverless Pitfalls: 5 Anti‑Patterns and 6 Design Patterns for Scalable Architectures

This article examines common Serverless anti‑patterns such as monolithic Lambdas, Lambda orchestration, Lambda‑to‑Lambda calls, and event loops, then presents six proven Serverless design patterns—including Command, Messaging, Priority Queue, Fan‑out, and Pipeline‑Filter—to help architects build cost‑effective, highly available, and maintainable cloud applications.

AWS LambdaAnti-PatternsDesign Patterns
0 likes · 13 min read
Avoid Serverless Pitfalls: 5 Anti‑Patterns and 6 Design Patterns for Scalable Architectures
IT Architects Alliance
IT Architects Alliance
Mar 26, 2022 · Cloud Computing

Serverless Design Patterns and Anti‑Patterns

This article examines common anti‑patterns and best‑practice design patterns for Serverless architectures, explaining why monolithic Lambda functions, orchestration misuse, Lambda‑to‑Lambda calls, and event loops are problematic, and presenting command, messaging, priority queue, fan‑out, and pipeline‑filter patterns to build scalable, maintainable cloud applications.

AWS LambdaAnti-PatternsServerless
0 likes · 12 min read
Serverless Design Patterns and Anti‑Patterns
Laravel Tech Community
Laravel Tech Community
Oct 19, 2021 · Cloud Native

Serverless Framework 2.63.0 Release Highlights and Updates

The Serverless Framework 2.63.0 release introduces support for AWS Lambda, Azure Functions, and Google Cloud Functions, along with key updates such as AWS Deploy alias hints, VPC‑override for Lambda, S3 expiration rules, numerous CLI enhancements, new logging commands, resource‑limit warnings, and template adjustments including esbuild in the gitignore.

AWS LambdaCLICloud Functions
0 likes · 2 min read
Serverless Framework 2.63.0 Release Highlights and Updates
DevOps Cloud Academy
DevOps Cloud Academy
Oct 9, 2021 · Cloud Native

Serverless Application DevOps: Latest Practices and Implementation Guide

This article presents a comprehensive overview of serverless application DevOps, covering the definition, benefits, common use cases, development workflow, container image deployment, CI/CD pipelines with AWS SAM, security strategies, monitoring tools, and real‑world examples such as Coca‑Cola.

AWS LambdaCloud NativeDevOps
0 likes · 13 min read
Serverless Application DevOps: Latest Practices and Implementation Guide
Tencent Cloud Developer
Tencent Cloud Developer
Jul 5, 2021 · Cloud Computing

The Future of Serverless Accelerated by Open Source

In his talk, Horike, CEO of Serverless Operations, explains how open‑source projects such as a Step Functions workflow library, an API Gateway service‑proxy plugin, and the Jeffy Lambda framework are driving the future of serverless by lowering costs, simplifying development, and empowering engineers through community collaboration.

AWS LambdaAWS Step Functionsapi-gateway
0 likes · 13 min read
The Future of Serverless Accelerated by Open Source
Alibaba Cloud Native
Alibaba Cloud Native
Jun 17, 2021 · Cloud Computing

What Datadog’s 2022 Serverless Report Reveals About Lambda Usage and Costs

Datadog’s 2022 Serverless report shows a rapid expansion of Lambda usage worldwide, with call frequencies 3.5 times higher than two years ago, average daily runtimes of 900 hours, shorter execution times, growing adoption of Azure Functions and Google Cloud Functions, and detailed cost analyses that highlight both the economic benefits and optimization challenges of serverless architectures.

AWS LambdaCost OptimizationFunction-as-a-Service
0 likes · 13 min read
What Datadog’s 2022 Serverless Report Reveals About Lambda Usage and Costs
Programmer DD
Programmer DD
Oct 16, 2020 · Cloud Computing

Mastering AWS Lambda: Build a Serverless Order Service with Serverless Framework

This article walks you through the fundamentals of serverless architecture, demonstrates how to create and configure AWS Lambda functions for an order‑processing workflow, integrates them with API Gateway, SQS, and the Serverless Framework, and shows how to test, deploy, and clean up the entire solution.

AWSAWS LambdaNode.js
0 likes · 17 min read
Mastering AWS Lambda: Build a Serverless Order Service with Serverless Framework
MXPlayer Technical Team
MXPlayer Technical Team
Aug 10, 2019 · Cloud Computing

How to Build a Low‑Cost, High‑Concurrency Distributed Video Transcoding System on AWS

This article explains the design of a distributed video transcoding platform that leverages AWS Lambda and EC2‑SLAVE to achieve high‑concurrency, low‑latency streaming, detailing architecture, load balancing, health checks, task monitoring, and cost‑saving strategies for scalable cloud‑based video processing.

AWS LambdaCost OptimizationVideo Transcoding
0 likes · 18 min read
How to Build a Low‑Cost, High‑Concurrency Distributed Video Transcoding System on AWS
Node Underground
Node Underground
Dec 9, 2018 · Cloud Computing

AWS Lambda vs Google Cloud Functions vs Azure Functions: Real Performance Comparison

Recent university research evaluated the performance, resource allocation, isolation, cold-start latency, billing accuracy, and DDoS resilience of AWS Lambda, Google Cloud Functions, and Azure Functions, revealing differences in concurrency limits, language impact on cold starts, instance lifetimes, and billing quirks across the three platforms.

AWS LambdaAzure FunctionsGoogle Cloud Functions
0 likes · 4 min read
AWS Lambda vs Google Cloud Functions vs Azure Functions: Real Performance Comparison
21CTO
21CTO
May 25, 2017 · Cloud Computing

Serverless Explained: How It Transforms Cloud Architecture and Boosts Efficiency

This article introduces Serverless computing, explains its core concepts such as BaaS and FaaS, outlines its key characteristics, and showcases real-world use cases ranging from data processing pipelines to web applications, highlighting benefits, challenges, and future trends.

AWS LambdaBaaSEvent-Driven Architecture
0 likes · 10 min read
Serverless Explained: How It Transforms Cloud Architecture and Boosts Efficiency
MaGe Linux Operations
MaGe Linux Operations
Mar 3, 2017 · Artificial Intelligence

Top 5 Python Libraries to Supercharge Your Machine Learning Projects

This article introduces five highly rated Python libraries—PyWren, Tfdeploy, Luigi, Kubelib, and PyTorch—that streamline data handling, cloud execution, workflow orchestration, and GPU acceleration, helping machine‑learning engineers boost productivity and tackle complex projects more efficiently.

AWS LambdaKubernetesPyTorch
0 likes · 6 min read
Top 5 Python Libraries to Supercharge Your Machine Learning Projects
Node Underground
Node Underground
Jan 9, 2017 · Cloud Computing

Exploring OpenWhisk: IBM’s Serverless Platform Meets AWS Lambda on Bluemix

Serverless computing has surged since Amazon introduced Lambda in 2014, and IBM’s open‑source OpenWhisk—now integrated with Bluemix and supporting Node.js—offers a comparable FaaS solution, enabling developers to quickly deploy functions such as a Node.js Yahoo Weather query on the cloud.

AWS LambdaFaaSIBM Bluemix
0 likes · 2 min read
Exploring OpenWhisk: IBM’s Serverless Platform Meets AWS Lambda on Bluemix
Node Underground
Node Underground
Oct 10, 2016 · Backend Development

Migrate an Express Node.js App to Serverless with AWS Lambda & API Gateway

This guide walks you through converting an existing Express‑based Node.js web app to a fully serverless solution using AWS Lambda and API Gateway, outlining three simple steps and highlighting benefits like automatic scaling, caching, authentication, API versioning, and auto‑generated SDKs.

AWS LambdaBackendNode.js
0 likes · 2 min read
Migrate an Express Node.js App to Serverless with AWS Lambda & API Gateway
Java High-Performance Architecture
Java High-Performance Architecture
Jul 2, 2016 · Cloud Computing

How Serverless FaaS Redefines Image Processing with AWS Lambda

This article explains the Function-as-a-Service (FaaS) model, illustrates how AWS Lambda can replace traditional server‑centric image upload workflows by handling scaling, storage, and database updates through event‑driven functions, and discusses the broader impact of serverless on cloud architecture.

AWS LambdaEvent-drivenFaaS
0 likes · 5 min read
How Serverless FaaS Redefines Image Processing with AWS Lambda