# Handling AWS Lambda Python Dependencies

DevFeed: [Handling AWS Lambda Python Dependencies](<https://devfeed.tech/articles/handling-aws-lambda-python-dependencies-14212.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/handling-aws-lambda-python-dependencies>)

Author: Dorian Machado

Published: 2022-04-21T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Python](<https://devfeed.tech/topics/python.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Framework](<https://devfeed.tech/topics/framework.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.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>), [python](<https://devfeed.tech/tags/python.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 about handling Python dependencies when using AWS Lambda with the Serverless Framework.

## Source excerpt

Ever wondered how to deal with Python dependencies when using the Serverless Framework? Dorian shows us how smple it can really be!