InfoQ Homepage Serverless Content on InfoQ
-
Timescale Introduces Dynamic PostgreSQL, an Alternative to Serverless Databases
Timescale recently introduced Dynamic PostgreSQL, a new cloud-managed option to scale the database capacity within a predefined vCPU range. Promoted as “buy the base and rent the peak”, the new option scales the capacity according to the load, trying to address the unpredictability and variability of serverless options.
-
AWS Application Composer Now Supports All Cloudformation Resources
AWS announced the availability of all AWS CloudFormation resource types within AWS Application Composer. This builds on the GA release which only allowed 13 CloudFormation resource types to be used.
-
Lessons from Leading the Serverless First Journey at Capital One: George Mao at QCon San Francisco
During the third day of QCon San Francisco, George Mao, a senior distinguished engineer at Capital One, presented on his company's journey into serverless, the best practices they picked up, and the lessons learned along the way. The session was part of the “Architecting for the Cloud” track.
-
AWS Lambda under the Hood: Mike Danilov at QCon San Francisco
During the first day of QCon Dan-Francisco 2023, Mike Danilov, a senior principal engineer at AWS, presented on AWS Lambda and what is under the hood. The talk is a part of the “Architectures You’ve Always Wondered About.” Danilov's talk centered around invoke routing, compute infrastructure, and cold starts topics.
-
Scale Higher Per-Database Storage Limits and Create More Databases with Cloudflare D1 Open Beta
Cloudflare recently announced the open beta of its D1 serverless relational database built on SQLite. The open beta of D1 continues on earlier company investments, with the most recent enhanced performance. With the open beta of D1, the company adds higher per-database storage limits and the ability to create more databases.
-
Node.js Alternative Bun Now Generally Available
The release 1.0 of the JavaScript toolkit Bun has been recently announced. Aiming to be a drop-in replacement for Node.js, Bun is garnering attention from the JavaScript and serverless communities for its speed and ease of use.
-
State of Serverless 2023 Report Suggests Increasing Serverless Adoption
Datadog recently published the 'State of Serverless 2023' report, an annual analysis tracking the adoption of serverless technologies in cloud workloads. The major cloud providers are witnessing substantial growth in serverless usage, especially for container-based solutions.
-
Enhanced Error Handling for Step Functions Provides Developers with Fine-Grained Control over Retry
AWS recently announced the availability of enhanced error handling capabilities in AWS Step Functions workflows allowing developers to identify errors more clearly and provide them with fine-grained control over their retry strategies.
-
AWS Lambda Deprecates Go Runtime
AWS Lambda is deprecating the go1.x runtime, announcing support for Go exclusively in the Amazon Linux 2 runtime. The announcement and the need to migrate by the end of the year to the custom provided.al2 runtime raised concerns in the Go community.
-
Golem Unveils a Resilient Computing Platform for Serverless Workers with WebAssembly Component Model
Recently Golem released its flagship product Golem Cloud, a durable computing platform allowing developers to build and deploy long-running, stateful serverless workers that are resistant to failures, upgrades, and updates. The product is currently in developer preview.
-
Pfizer Uses Serverless Architecture on AWS to Scale Processing of Digital Biomarkers
Pfizer upgraded the serverless architecture for processing digital biomarker data at scale to make it more flexible and configurable. They created a framework that uses a file processing pipeline built with AWS Step Functions and other serverless services, as well as a custom Python package for data ingestion and processing.
-
AWS Lambda Introduces Recursive Loop Detection for SQS, SNS, and Invoke API
AWS recently announced a recursion control feature in AWS Lambda that detects and stops Lambda functions running in a recursive or infinite loop.
-
AWS Introduces Remote Invoke Feature in AWS SAM CLI, Enabling Seamless Testing of Lambda Functions
AWS recently announced the launch of the remote invoke feature in AWS Serverless Application Model (SAM) Command Line Interface (CLI) for AWS Lambda, allowing developers to quickly invoke their AWS Lambda functions deployed to the AWS cloud.
-
AWS Step Functions Introduces Versions and Aliases for Enhanced Deployment Resiliency
Recently, AWS announced the availability of versions and aliases in Step Functions to improve resiliency for deployments of serverless workflows.
-
Cloudflare Enhances Performance for Serverless Database D1
Cloudflare recently announced a revamp of its serverless relational database D1. Built on top of SQLite, D1 has a new architecture that provides better read and write performances and support for JSON functions.