Skip to content

Feature request: Support for Python requirements files with different names #7180

Open
@eruvanos

Description

@eruvanos

Describe your idea/feature/enhancement

I am using rye to manage my dependencies.
While the tool is pretty new, it basically generates a requirements.txt called requirements.lock.

I wish the AWS Lambda Builders would allow to specify the manifest file within the MetaData, so I could direct it to requirements.lock file instead of requirements.txt

Proposal

Add details on how to add this to the product.

Additional Details

Example configuration I could imagine.

  BrokerFunction:
    Type: AWS::Serverless::Function
    Metadata:
      Manifest: requirements.lock

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/buildsam build commandcontributors/welcomeContributors are welcome to work on thispythonPull requests that update Python codetype/featureFeature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions