InfoQ Homepage Serverless Content on InfoQ
-
Google Announces Support for Go Language on Cloud Functions
In a recent post, Google has announced support for Go 1.11 on Cloud Functions, which is their Function as a Service offering. With this announcement, Go joins the line as a supported programming language for Cloud Functions besides the previously available Node.js and Python.
-
Microsoft Announces a Public Preview of Python Support for Azure Functions
At the recent Connect() event, Microsoft announced the public preview of Python support in Azure Functions. Developers can build functions using Python 3.6, based upon the open-source Functions 2.0 runtime and publish them to a Consumption plan.
-
GitLab 11.6 Supports Serverless Function Deployment
The latest release of GitLab is able to use Knative and Kubernetes to build, deploy, and manage serverless workloads leveraging the Function as a service (FaaS) model.
-
Amazon Introduces Managed Blockchain and Quantum Ledger Database
Amazon has announced a new managed service for creating and managing blockchain networks. The Hyperledger Fabric project is currently supported and support for Ethereum is coming soon. Amazon has also introduced a complementary blockchain service called Quantum Ledger Database (QLDB) which provides a managed ledger database to store immutable transaction logs.
-
AWS Release “Firecracker”, an Open Source Rust-Based microVM for Container and Serverless Workloads
Amazon has announced the release of Firecracker, an open source virtualization technology that is purpose-built for “creating and managing secure, multi-tenant containers and functions-based services”. Firecracker is a fork of Chromium OS's Virtual Machine Monitor (crosvm), an open source VMM written in Rust, and the technology is used behind the scenes to power Amazon’s AWS Lambda services.
-
Cloudflare Add WebAssembly Support and Key Value Store for CDN "Workers" Deployed at the Edge
Cloudflare has announced two additional capabilities for their Workers. WebAssembly will allow Workers to be written in compiled languages such as C, C++, Rust and Go. Workers KV provides an eventually consistent key value store hosted across Cloudflare’s global network of over 150 data centres.
-
Serverless Platforms Compared for Performance
Most major cloud providers have serverless platforms which offer functions as a service (FaaS). Some recent benchmarks study the differences in their performance vis-à-vis the runtime, cold start times, dependencies and resource allocation.
-
Azure Orchestrators Simplify the Creation of Stateful Serverless Workflows
Azure Durable Functions aim to extend the paradigm of serverless computing by introducing the concept of orchestrator functions, enabling the definition of more complex workflows. If you have ever fancied using them, Microsoft has just published a good walk-through to help developers start their journey in serverless computing and orchestrator functions.
-
Amazon Aurora Serverless MySQL Generally Available
Amazon Aurora, a custom built MySQL and PostgreSQL compatible database in AWS, has a new capability generally available – Aurora Serverless MySQL. Amazon first showed a preview of this serverless ability at AWS re:Invent last year.
-
QLoo Creates GraphQL Interface for Existing Services
Solo.io recently released QLoo , an API translation layer to provide GraphQL endpoints for existing services and serverless functions. QLoo is intended to simplify the process of adding GraphQL on top of existing software.
-
Google Releases Knative: A Kubernetes Framework to Build, Deploy, and Manage Serverless Workloads
At Google Cloud Next 2018 the release of Knative was announced as a “Kubernetes-based platform to build, deploy, and manage modern serverless workloads”. The open source framework attempts to codify the best practices around building, serving requests, and eventing. Knative has been developed by Google in close partnership with Pivotal, IBM, Red Hat, and SAP.
-
QCon NY: Joe Emison on Serverless Patterns and Anti-Patterns
Joe Emison, CTO at Branch, spoke at QCon New York 2018 Conference about the design patterns and anti-patterns in serverless architecture.
-
Instana Extends AI Application Monitoring to AWS Lambda
Instana, a cloud-native provider of artificial intelligence based monitoring tools for dynamic containerized microservice applications, has extended support to include AWS Lambda, a serverless computing platform and also announced availability through the AWS Marketplace.
-
Google App Engine to Support Node.js 8.x Using the Recently Open Source gVisor Sandbox
Google App Engine (GAE), Google's PaaS offering, is now offering a preview of support for the Node.js 8.x runtime within the standard environment, with a full release promised soon.
-
AWS Open Sources and Expands Serverless Application Model (SAM) Implementation
Amazon Web Services (AWS) recently open sourced its Serverless Application Model (SAM) implementation and added a new event source for CloudWatch Logs subscription filters. The preceding release featured a comprehensive expansion of options to configure and deploy REST APIs via Amazon API Gateway, including support for CORS headers, regional endpoints, and binary media types.