2 First steps to serverless

This chapter covers

  • Writing and deploying AWS Lambda functions
  • AWS services such as Simple Storage Service (S3) and Elemental MediaConvert
  • Using the Serverless Framework to organize and deploy services

To give you an understanding of serverless architectures, you’re going to build a small, event-driven serverless application: specifically, a video-encoding pipeline. Your service will transcode videos, uploaded to an S3 bucket, from their existing format, resolution or bit rate to a different format or bit rate (kind of like YouTube only without the frontend website).

To build this video-encoding pipeline, you will use AWS Lambda, S3, and Elemental MediaConvert. Later, if you so desire, you can build a frontend around ...

Get Serverless Architectures on AWS, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.