Tag

AWS Lambda

0 views collected around this technical thread.

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 LambdaCloud Architectureanti-patterns
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 LambdaDevOpsMonitoring
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.

API GatewayAWS LambdaAWS Step Functions
0 likes · 13 min read
The Future of Serverless Accelerated by Open Source
High Availability Architecture
High Availability Architecture
Jan 12, 2018 · Backend Development

Building a Serverless Backend for Hootsuite: Architecture, Constraints, and Implementation

This article presents a detailed case study of Hootsuite's serverless backend built on AWS Lambda, covering the motivation, design, AWS services used, constraints, authentication, full architecture, frontend integration, development workflow, advantages, and future plans.

AWS LambdaCloud ArchitectureFaaS
0 likes · 12 min read
Building a Serverless Backend for Hootsuite: Architecture, Constraints, and Implementation
High Availability Architecture
High Availability Architecture
Jul 21, 2017 · Cloud Computing

How Serverless Architecture Cut the Readability Parser API Costs by Two Orders of Magnitude

The article describes how Postlight rebuilt its Readability Parser API using a JavaScript‑based serverless architecture on AWS Lambda and API Gateway, achieving a cost reduction from about $10,000 per month to roughly $370 while maintaining functionality and scalability.

API GatewayAWS Lambdabackend
0 likes · 10 min read
How Serverless Architecture Cut the Readability Parser API Costs by Two Orders of Magnitude