# Dynamic image resizing with Python and Serverless framework

DevFeed: [Dynamic image resizing with Python and Serverless framework](<https://devfeed.tech/articles/dynamic-image-resizing-with-python-and-serverless-framework-14165.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/dynamic-image-resizing-python>)

Author: Bryan Killian

Published: 2019-06-27T00:00:00Z

Content type: tutorial

Language: en

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

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

Tags: [article](<https://devfeed.tech/tags/article.md>), [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>), [image](<https://devfeed.tech/tags/image.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

An example of dynamically resizing images with Python and the Serverless framework.

## Source excerpt

In this article we will provide an example of how to dynamically resize images with Python and the Serverless framework.