"sam build" feedback: Support private PyPi repositories
Open
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
Assessment
This issue has not been assessed yet.