Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Use custom pypi repository

オープン
#713 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 7 日以内に返信

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
aws, python

調査の方向性

aws_lambda_builders/builder.py から始め、Lambda ビルドの依存関係のインストールがどのように設定されているかを追跡します。カスタム CodeArtifact PyPI リポジトリを builder 経由で公開できるかどうかを判断し、設定と認証に関する要件を定義します。完了とは、カスタム Docker イメージを必要とせず、すべての依存関係を手動でバンドルすることもなく、builder を通じてプライベートパッケージを解決できる状態を意味します。

索引モデルが issue の本文から書いたものです。

説明

blocked/more-info-needed type/feature

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

主要言語
Python
スター
381
フォーク
162
平均マージ
1日 1時間
マージ済み PR(30日)
2

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

aws/aws-lambda-builders のほかの issue

aws/aws-lambda-builders の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。