Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to skip SAM build in package-transform (#205)
**Why:** The AWS Serverless Application Model (SAM) build action tries to fetch all requirements specified in the `requirements.txt`. However, this does not work when you would like to use other sources to host the python modules than the default public one. **How:** In order to skip the `sam build` step, specify the `--no-build` flag to the `package_transform.sh` script.
- Loading branch information