Serverless without AWS Lambda (a.k.a. Functionless)

Serverless lets you run code for virtually any type of application or backend service without provisioning or managing servers. What if we could take it to the next step and stop worrying about our code? In this session, we explain the breadth and depth of our services functionalities without writing an AWS Lambda function. We share the challenges today and how to tackle them. We also cover how to keep your configurations manageable with tools like AWS Cloud Development Kit (CDK) to define the cloud infrastructure using familiar programming languages. Download slides »
Speaker: Adriaan de Jonge, Senior Solutions Architect, Digital Native Business, AWS

Previous Video
Error handling and retries for event-driven applications and workflows
Error handling and retries for event-driven applications and workflows

Event-driven architectures help you decouple services and simplify dependency management when applications ...

Next Video
Building AWS Lambda functions with Java
Building AWS Lambda functions with Java

AWS Lambda is a compute service that allows you to run code without provisioning or managing servers. One o...