# Vapor: Reusable Vendors

DevFeed: [Vapor: Reusable Vendors](<https://devfeed.tech/articles/vapor-reusable-vendors-3973.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-reusable-vendors>)

Author: Taylor Otwell

Published: 2019-09-26T13:31:00Z

Content type: article

Language: en

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

Topics: [Vapor](<https://devfeed.tech/topics/swift-vapor.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [feature](<https://devfeed.tech/tags/feature.md>), [installations](<https://devfeed.tech/tags/installations.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>)

## AI overview

Laravel Vapor introduces an opt-in feature that reuses the vendor directory from previous deployments when its contents have not changed, making deployments faster and helping large projects work around AWS Lambda artifact size limits.

## Source excerpt

Beginning today, we are launching a new, opt-in feature for Laravel Vapor that allows Vapor to reuse the "vendor" directory from previous deployments if the contents of the vendor directory has not ch...