InfoQ Homepage FaaS Content on InfoQ
-
AWS Gives Developers More Control over Lambda Function Runtime with Runtime Management Controls
AWS recently introduced runtime management controls, which provide more visibility and control when Lambda applies runtime updates to functions.
-
Vercel Launches Edge Functions to Provide Compute at the Edge
Recently, Vercel announced the general availability of Edge Functions, which are either JavaScript, TypeScript, or WebAssembly functions. According to the company, these functions are generally both less expensive and faster than traditional Serverless Functions.
-
AWS Lambda SnapStart Accelerates Java Functions
At the recent re:Invent, AWS announced an update to its FaaS offering Lambda with SnapStart feature that reduces the cold start for Java Functions.
-
.NET 7 for Azure Functions Isolated Worker Process Now Generally Available
Microsoft recently announced the general availability of the .NET 7 for Azure Functions isolated worker process. Azure Functions will support .NET 7 serverless apps hosted on all Windows and Linux SKUs, including Consumption plan, Elastic Premium plan, and App Service plans.
-
Google Cloud Introduces Startup CPU Boost for Cloud Run and Cloud Functions 2nd Gen
Google Cloud recently introduced startup CPU boost for Cloud Run and Cloud Functions 2nd gen, a new feature that allows developers to significantly reduce the cold start time of Cloud Run and Cloud Functions. The new capability is currently in preview.
-
AWS Adds New Intrinsic Functions for Step Functions
AWS recently expanded support for manipulating input and output data by adding 14 new intrinsic functions for AWS Step Functions to simplify data processing, reduce calls to downstream services, and write less code.
-
New Features with the GA Release of Second-Generation Cloud Functions
Like other public cloud vendors, Google has a Function-as-a-Service (FaaS) offering with Cloud Functions – and recently announced the second generation's general availability (GA).
-
AWS Announced Tiered Pricing for Its Serverless Offering Lambda
Recently, AWS announced tiered pricing for Lambda, a serverless, event-driven compute service allowing developers to run their code for virtually any application or backend service without provisioning or managing servers. With tiered pricing, monthly costs for running large workloads on Lambda can be reduced.
-
Are Recursive Serverless Functions the Biggest Billing Risk on the Cloud?
Forrest Brazeal, head of content at Google Cloud, recently argued that serverless functions are the cloud's biggest billing risk for developers as there's no simple way to protect against recursive calls and they can scale out almost indefinitely on all the cloud providers.
-
AWS Enhances its Step Functions Experience with Workflow Collections
AWS Step Functions is a serverless function orchestrator that makes it easy to sequence AWS Lambda functions and multiple AWS services into business-critical applications. AWS recently introduced a new experience to its Step Functions with Function Workflow Collections allowing users to create Step Functions workflows easier.
-
AWS Lambda Now Has Support for Node.js 16 Runtime
Recently AWS announced that Node.js version 16 supports its Function as a Service (FaaS) and is in active LTS status (ready for general use).
-
LambdaML: Pros and Cons of Serverless for Deep Network Training
A new study entitled "Towards Demystifying Serverless Machine Learning Training" aims to provide an experimental analysis of training deep networks by leveraging serverless platforms. FaaS for training has challenges due to its distributed nature and aggregation step in the learning algorithms. Results indicate FaaS can be a faster (for lightweight models) but not cheaper alternative than IaaS.
-
AWS Lambda Functions Powered by AWS Graviton2 Processor for Better Price to Performance Ratio
AWS Graviton2 processors are 64-bit Arm-based processors custom built by AWS to offer customers a better price to performance ratio for workloads like web and mobile backends, data, and media processing. Recently, AWS announced the general availability (GA) of AWS Lambda functions powered by AWS Graviton2 processors.
-
Microsoft Announces Azure Functions 4.0 with .NET 6 Support in Preview
Microsoft recently announced the public preview release of Azure Functions 4.0 – its Function as a Service (FaaS) offering. The release of this new runtime includes support for .NET 6.0.
-
Google Introduces Minimum Instances to Reduce Cold Starts
Google’s Function as a Service (FaaS) offering Cloud Functions now supports minimum (“min”) instances. With this new feature, Google aims to take away a well-known friction point of FaaS called "cold-starts".