Serverless

⚡️ Why you should build Science Fiction — Sunil Pai, Cloudflare

⚡️ Why you should build Science Fiction — Sunil Pai, Cloudflare

Sunil Pai from Cloudflare discusses building efficient AI agent architectures using Durable Objects and Dynamic Workers as an alternative to platforms like Anthropic's. He explores the search for a standardized 'React-like' framework for agents, the culture of forking in open source, and encourages developers to pursue original, 'sci-fi' style projects.

How to Build Your Full-Stack Applications With CDK & AWS Amplify • Erik Hanchett • GOTO 2025

How to Build Your Full-Stack Applications With CDK & AWS Amplify • Erik Hanchett • GOTO 2025

Erik Hanchett from AWS demonstrates how to accelerate the development of full-stack applications using AWS Amplify Gen 2. The talk focuses on its TypeScript-first approach for end-to-end type safety, its abstraction over the AWS CDK, and the integration of generative AI features through the Amplify AI Kit to connect with services like Amazon Bedrock.

Make your own event-sourced agent harness using stream processors — Jonas Templestein, Iterate

Make your own event-sourced agent harness using stream processors — Jonas Templestein, Iterate

Jonas Huckestein introduces a novel, event-sourced architecture for building AI agents. The core abstraction consists of three parts: a state, a synchronous reducer that derives state from events, and an after-append hook for side effects. This design ensures debuggability and allows state to be rebuilt without re-running expensive operations like LLM calls. A key innovation is the ability to deploy an agent by simply appending a 'dynamic worker configured' event—containing JavaScript code for a processor—to an event stream, eliminating the need for servers or complex deployment pipelines. This enables a distributed and composable ecosystem where processors from different authors can collaborate on a single stream.

State of Serverless DevEx & Observability • Jones Zachariah Noel N • GOTO 2025

State of Serverless DevEx & Observability • Jones Zachariah Noel N • GOTO 2025

Explore the evolution of AWS Lambda and the serverless ecosystem over the last decade, focusing on the two core pillars that have revolutionized the developer journey: Developer Experience (DevEx) and Observability. This session covers the shift from console-based workflows to modern IDE-integrated development, the role of tools like Lambda Layers and Extensions, and the importance of the broader serverless landscape including AWS Step Functions.

From Zapier for Devs to Powering 90% AI Agents

From Zapier for Devs to Powering 90% AI Agents

Co-founders of Trigger.dev discuss their journey through three product versions to find product-market fit, how their async infrastructure positioned them perfectly for the AI agent era, and their vision for the future of computing: programmatic checkpoint and restore.

Beyond the Basics: Production Serverless Patterns for Extreme Scale • Janak Agarwal • GOTO 2025

Beyond the Basics: Production Serverless Patterns for Extreme Scale • Janak Agarwal • GOTO 2025

This presentation by Janak Agarwal from AWS provides a deep dive into scaling serverless applications for mission-critical, high-traffic workloads. It explores AWS Lambda's rapid scaling capabilities for handling extreme traffic bursts and introduces advanced patterns like Provisioned Concurrency for cost optimization during steady-state operations.