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.
2
Jul
/
The Battle of the Clouds
Today’s data landscape is overflowing with complex and sophisticated architectures, which can help you dynamically customize your digital ecosystem according to your project requirements and needs. Unfortunately, managing complex cloud architectures can be a difficult task, especially if you are trained to use one cloud vendor and not any of the others. Database as a Service (DBaaS) offerings can help you fill this gap. DBaaS models provide cloud users with managed database offerings. This article reviews DBaaS models offered by the top three cloud vendors—AWS, Azure, and Google Cloud.
25
Feb
/
Session: Architectural Patterns in the Serverless Journey of shop.LEGO.com | Sheen Brisals
In his session at Serverless Architecture Conference 2019 in Berlin Sheen Brisals shares his experience with Serverless and explains how he and his Shopper Engagement Technology team at LEGO migrated the legacy monolith eCommerce platform onto a cloud based solution on AWS.
29
Aug
/
Adapting Testing for Serverless Applications
There’s no doubt about it, testing serverless applications is a difficult job. Although the fundamental principles you’re familiar with from traditional architectures remain the same, the fact that your application exists entirely in the cloud and consists of a whole host of managed services tied together by your code, requires an entirely new testing paradigm.