4

Serverless

Durable Lambda Functions: The Pipeline Pattern with Built-in Rollback

A durable Lambda function is a regular Lambda function designed for reliable multi-step workflows. After each step, AWS saves the progress automatically.

Read more

Building a Serverless Customer Support Ticket Routing Service

In this blog post, we will build a serverless customer support ticket routing service using AWS services like Lambda, API Gateway, SNS, and SQS.

Read more