Tag: Serverless
-
AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping
Posted on November 30, 2025, Level beginner Resource Length short
Provisioned mode for SQS ESM enables dedicated resources (event pollers) that scale up to 1000 per minute to handle traffic spikes and low latency processing, maintaining up to 20K concurrency. This improves performance and responsiveness of event-driven apps, making it a viable option for high throughput scenarios. By Micah Walter.
Tags aws serverless queues messaging app-development
-
Streaming responses via AWS Lambda
Posted on November 22, 2025, Level intermediate Resource Length medium
In this blog, we will look at how Lambda function's Response Streaming would be helpful and identify when it would be ideal to use Response Streaming for your workloads. By Jones Zachariah Noel N.
Tags serverless streaming devops messaging app-development
-
Cloud-native security in 2025: Why runtime visibility must take center stage
Posted on September 20, 2025, Level intermediate Resource Length medium
The article from The Hacker News outlines the transformative shift in cloud-native application security as industries increasingly adopt containerized and serverless architectures. This evolution has expanded attack surfaces beyond what traditional security models can effectively manage. It introduces runtime visibility as a critical component for contemporary security strategies, allowing teams to understand active threats within production environments. By The Hacker News.
Tags infosec cio devops cloud servers serverless
-
Serverless is not a primary
Posted on August 18, 2025, Level beginner Resource Length medium
The article emphasizes that while serverless is a powerful and exciting architectural pattern, it's frequently misapplied. Organizations often hope serverless will solve their software delivery problems, but it's actually an enabler that requires strong foundational practices to realize its benefits. By Seth Orell.
Tags serverless app-development web-development cio devops
-
Amazon DocumentDB serverless: Auto-scaling database solution for variable workloads
Posted on August 16, 2025, Level intermediate Resource Length medium
The primary goal of Amazon DocumentDB Serverless is to simplify operational overhead and reduce costs for developers using DocumentDB, a MongoDB-compatible database service. AWS recently announced the general availability (GA) of Amazon DocumentDB Serverless, an on-demand, auto-scaling configuration for Amazon DocumentDB. However, it's important to note that while AWS markets it as "serverless," it aligns more with an auto-scaling model rather than a scale-to-zero model, which is a key differentiator often associated with true serverless offerings. By Steef-Jan Wiggers.
Tags serverless app-development web-development database aws
-
5 ways to improve serverless performance
Posted on September 13, 2024, Level beginner Resource Length medium
An insightful webinar as we explore strategies for optimizing AWS Lambda performance. In this session, Yan Cui, AWS Serverless Hero, and Aviad Mor, Co-founder and CTO of Lumigo, will discuss three approaches that can significantly enhance the efficiency and scalability of your serverless applications. By Aviad Mor and Yan Cui.
Tags cloud performance serverless devops
-
Serverless use cases: How enterprises are using the technology to let developers innovate
Posted on September 7, 2024, Level beginner Resource Length medium
Serverless, or serverless computing, is an approach to software development that empowers developers to build and run application code without having to worry about maintenance tasks like installing software updates, security, monitoring and more. With the rise of cloud computing, serverless has become a popular tool for organizations looking to give developers more time to write and deploy code. By Mesh Flinders.
Tags infosec microservices ibm serverless
-
Introducing DBOS cloud: Transactional serverless computing on a cloud-native OS
Posted on April 18, 2024, Level beginner Resource Length short
The idea for DBOS (DataBase oriented Operating System) originated 3 years ago with my realization that the state an operating system must maintain (files, processes, threads, messages, etc.) has increased in size by about 6 orders of magnitude since I began using Unix on a PDP-11/40 in 1973. By Mike Stonebraker.
Tags cloud database serverless cio
-
Build an API for your front end using Pages Functions
Posted on April 17, 2024, Level intermediate Resource Length short
In this tutorial, you will build a full-stack Pages application. Your application will contain a front end, built using Cloudflare Pages and the React framework and a JSON API, built with Pages Functions, that returns blog posts that can be retrieved and rendered in your front end. By @cloudflare.com.
Tags cloud microservices serverless software-architecture apis devops
-
Ten real-world use cases of serverless technology
Posted on March 21, 2024, Level beginner Resource Length short
Serverless solutions keep attracting the attention of companies from different business domains. And it isn't surprising if you look at serverless architecture examples. Giants like BMW, Netflix, Slack, and Coca-Cola use serverless architecture. And in each case, it drove significant benefits. By Kyrylo Kozak.
Tags cloud miscellaneous serverless cio management
-
Mastering AWS API Gateway V2 HTTP and AWS Lambda with Terraform
Posted on February 16, 2024, Level intermediate Resource Length medium
The article provides insights into using AWS API Gateway and AWS Lambda with Terraform for efficient, cost-effective serverless solutions. This article aims to be a comprehensive guide for developers and DevOps professionals looking to master serverless solutions using AWS and Terraform. By Serhii Vasylenko.
Tags devops serverless apis app-development aws
-
Implementing serverless architecture in React Native apps
Posted on February 10, 2024, Level intermediate Resource Length medium
Application development methodologies are continually evolving. Among the most groundbreaking shifts we've seen recently is the transition toward serverless architecture. By Clara Ekekenta.
Tags serverless ios app-development android miscellaneous web-development