Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Plugin creates packages even though I'm using Lambda Layers #450

@Jordan-Eckowitz

Description

@Jordan-Eckowitz

I'm using the per function setup shown here in the README:
https://github.com/UnitedIncome/serverless-python-requirements#per-function-requirements

I've switched to using Layers to reduce my deployment time. So all of the individual requirements.txt files are now empty. But when I deploy the API, this plugin still runs the packaging process.

I'm guessing its reading the imports inside the py files in each sub-folder and packaging those imports. Is there a way to skip python packaging if the individual requirements.txt files are empty?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions