6
May
Watch Session: Generative AI Applications in the Serverless World
At the forefront of technological innovation, Generative AI is revolutionizing search capabilities and reaching new milestones in observability. In the session "Generative AI Applications in the Serverless World," presented by Diana Todea at the Serverless Architecture Conference, attendees embark on a journey through the current landscape of Generative AI technology.
22
Nov
The New Serverless With AWS
Until now, AWS Lambda has been the typical serverless representative for compute, transport, and filtering operations. However, new developments from the cloud provider makes it possible to reduce these responsibilities and create a more efficient (event-driven) architecture. Will this eventually make Lambda functions a thing of the past?
19
Sep
AWS Lambda: Getting Started with Serverless
AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger a Lambda function from event sources such as a variety of AWS services or your own applications. Lambda can handle anything from a few requests per day to thousands per second, and you only ever pay for what you use.
7
Jun
How to use Serverless Functions in Azure
We often hear the term "serverless" in the media, only to be consoled by the fact that servers still exist. If we pay for them, they are operated by someone else. Despite the fact that we have the ability to be truly "serverless" with the browser, very few people use it. So let's take a look at what's actually possible with modern APIs in the browser these days.
10
Mar
Application Management with AWS Proton – Part 2
Managing hundreds, or sometimes thousands of microservices with constantly changing configurations for CI/CD chains is a nearly impossible task for many platform teams. The following article takes a closer look at AWS Proton, a fully managed service for rolling out container and serverless applications. The first part of this article series was on application management with AWS Proton, and provided an initial overview of the service and the different views of infrastructure and application in the context of Proton. In the second part, we will focus more on technical aspects, especially templates.
21
Feb
Application Management with AWS Proton – Part 1
Managing hundreds - or sometimes even thousands - of microservices with constantly changing configurations for CI/CD chains is for many platform teams nearly impossible. This article takes a closer look at AWS Proton, a fully managed service for deploying container and serverless applications. The first part of this series provides an overview of the service; the second part will take a look at the technical details.
4
Nov
Keynote: Why local development for serverless is an anti-pattern | Gareth McCumskey
It’s been a few weeks since we wrapped up another great edition of the Serverless Architecture Conference but we still remember the amazing talks! One of them was Gareth McCumskey's keynote, “Why local development for serverless is an anti-pattern”, where he argues that in the serverless community, there is no need to waste a lot of time and effort building an environment that is a replica of the cloud.
20
Sep
Cloud Native Serverless Java with Quarkus and GraalVM on AWS Lambda
If you haven't shouted "Bingo" yet, you have only yourself to blame. How can it be possible to use almost all of the bleeding-edge technologies, frameworks and platforms listed above successfully together in a real-world project away from the greenfield and Hello World demos? A field report.
4
Mar
With AWS Lambda to Multicloud
In the future, many companies will try to grow their IT infrastructure with the help of the cloud or even move it completely to the cloud. Larger enterprises often call for multicloud. In terms of serverless, there are a few ways to achieve multicloud operation. Using AWS Lambda, a function can be made available and the whole thing can be made cloud-independent with Knative.
15
Dec
Long-Running Workflows as Serverless Functions in Azure
Azure Functions have many features that make your work easier. However, they are less suitable for long-running processes. This is where Durable and Entity Functions can help.