# How to use AWS Fargate and Lambda for long-running processes in a Serverless app

DevFeed: [How to use AWS Fargate and Lambda for long-running processes in a Serverless app](<https://devfeed.tech/articles/how-to-use-aws-fargate-and-lambda-for-long-running-processes-in-a-serverless-app-14328.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/serverless-application-for-long-running-process-fargate-lambda>)

Author: Rupak Ganguly

Published: 2018-01-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [AWS Fargate](<https://devfeed.tech/topics/aws-fargate.md>), [Amazon Elastic Container Service](<https://devfeed.tech/topics/amazon-elastic-container-service.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [ecs](<https://devfeed.tech/tags/ecs.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [processes](<https://devfeed.tech/tags/processes.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

## AI overview

A tutorial shows how to process a video file and extract a thumbnail using Amazon ECS with AWS Fargate and Lambda in a Serverless application.

## Source excerpt

We'll show you how to process a video file that extracts a thumbnail in Amazon ECS using Fargate and Lambda