InfoQ Homepage Serverless Content on InfoQ
-
BBC New Serverless Platform Improves Scalability and Performance
One year into the transition to their new WebCore serverless platform, the BBC has started to reap the benefits of an architecture that removes the burden on engineers to solve performance and operational challenges and allows them to focus on the value they deliver to customers.
-
AWS Introduces Lambda Function URLs to Simplify Serverless Deployments
AWS recently announced the general availability of Lambda Function URLs, a feature that lets developers directly configure a HTTPS endpoint and CORS headers for a Lambda function without provisioning other services.
-
Fauna Transactional Database Introduces Event Streaming
Fauna, the company behind the Fauna transactional database, recently announced the general availability of event streaming, a push-based stream that sends changes at both the document and collection levels to subscribed clients.
-
AWS Lambda Supports up to 10 GB Ephemeral Storage for Data-Intensive Applications
AWS recently announced that Lambda functions now support up to 10 GB of ephemeral storage that is preserved for the lifetime of the execution environment. The feature will help customers that run data workloads such as media processing, machine learning inference or financial analysis.
-
Google Announces Second Generation Cloud Functions
Google recently announced the public preview of the second generation of Cloud Functions, the functions as a service platform on Google Cloud. The new version introduces more controls over functions runtime, provides better performances and scalability and supports triggers from more than 90 event sources.
-
Google Cloud Python Logging Library Release Improves Serverless Support
Google has announced version 3.0.0 of their Google Cloud Python logging library. The release brings a number of new features including enhanced support for Cloud Run and Cloud Functions, support for string JSON payloads, and automated metadata attachments.
-
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.
-
MicroVM Virtualization Solution Firecracker Reaches 1.0
Originally developed at AWS to power AWS Lambda, Firecracker enables creating and managing secure microVMs for serverless computing.
-
CNCF Publishes State of Cloud Native Development Report
CNCF has published the latest edition of the State of Cloud Native Development Report. An important finding from the report indicates that the cloud native developer population has grown by 0.3 million during the period from Q1 2020 to Q1 2021. Edge computing has the highest usage rates of containers and Kubernetes, with 63% of edge developers adopting Kubernetes and 76% adopting containers.
-
Knative Announces v1.1 and Applies to Become a CNCF Incubating Project
The Knative community released version 1.1 of the Knative project across multiple components. The core components serving and eventing have notable changes and introduce experimental features, such as global min-scale configuration, capability to handle Retry-After headers in 429 / 503 responses.
-
Cloudflare Introduces Support for Relational Database Connections Through Workers
Cloudflare recently announced they are introducing support for relational database connections through Workers, their serverless application platform. The initial support is for Postgres and MySQL. There are still a number of challenges that the Cloudflare team are working through and there are opportunities for community contributions.
-
Recap of AWS re:Invent 2021
After one year as a virtual-only event, re:invent was back last week to Las Vegas with fewer attendees for the 10th edition, and with multiple sessions and keynotes, including a first one for the new CEO Adam Selipsky. AWS announced new features and improvements, with a focus more on packaged solutions than new primitives.
-
AWS Introduces Amazon Redshift Serverless
As part of a trend towards serverless analytics options, AWS announced the public preview of Amazon Redshift Serverless. The latest version of the managed data warehouse service targets deployments where it is difficult to manage capacity due to variable workloads or unpredictable spikes.
-
AWS Step Functions Gains Integrations with over 200 Additional Services
Amazon Web Services (AWS) recently announced that AWS Step Functions supports over 200 AWS services via an AWS SDK integration, thereby expanding the number of supported API actions from 46 to over 9,000. The new integration type can support most existing and future services and API actions going forward.
-
Airbnb Open Sources Ottr: a Serverless Public Key Infrastructure Framework
Airbnb announced that it has open-sourced Ottr, a serverless public key infrastructure framework developed in-house. Ottr handles end-to-end certificate rotations without the use of an agent. Ottr's primary design goal is to be a scalable and configurable serverless framework on AWS with little operational overhead or reliance on enrollment protocols.