aws / aws/aws-sam-cli

"sam build" feedback: Support private PyPi repositories

Open
#794 28 comments 49 reactions 0 assignees View on GitHub
area/build maintainer/need-followup type/feature type/feedback
Dominant language
Python
Stars
6.7k
Forks
1.2k
Avg merge
1d 10h
Merged PRs (30d)
52

Description

**Description:**
Some companies host their own internal Pypi servers. They install requirements thru something like:

```
pip install -i http://some-private-server.com/pypi \
--extra-index-url https://pypi.python.org/simple/ \
--trusted-host some-private-server.com
-t build
```

`sam build` needs to support passing extra options to PIP in this case

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.