Skip to content

Use custom pypi repository #713

@pelacables

Description

@pelacables

Hi,

we have a pypi repository in CodeArtifact where we push some in-house developed python packages.
Now we would like to use that private pypi repository in our lambda so it can download those "private" packages.

I've been reading the builder code but I do not find a way to configure/use a custom pypi repository.

To my understanding I have two options:

  • create a custom Docker image where pypi repo is preconfigured and use it to build the lambda
  • upload all packages (dependencies) together with the lambda

I'm not an expert and I was wondering if someone could provide some hint on how to get the custom repo in the lambda though the lambdabuilder instead of going into one of the above options I've listed.

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    blocked/more-info-neededMore info is needed from the requester. If no response in 14 days, it will become stale.type/featureFeature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions