Serverless Workflows using S3 and Lambda

By Dustin Ward

AWS Step Functions allows to represent complex business logic flows in your application without using custom code. You can trigger Step Functions workflows from S3 events, enabling you to build scalable state machine easily. This…

Serverless Speech-to-Text using S3 and Lambda

By Dustin Ward

See how you can use bring automated speech-to-text into your applications with minimal code. This solution uses Amazon Transcribe to automatically convert mp4 audio clips into text. This type of serverless application can analyze customer…

The S3-to-Lambda Serverless Design Pattern

By Dustin Ward

The S3-to-Lambda serverless design pattern can become a flexible core for your serverless applications. In this pattern, you configure S3 to notify Lambda when events happen, to run your custom code. This video shows how…