claranet / terraform-aws-lambda

Terraform module for AWS Lambda functions
MIT License
157 stars 127 forks source link

Support Pipenv #35

Open nitrocode opened 5 years ago

nitrocode commented 5 years ago

This still defaults to pip if requirements.txt is found but if it's not found and a Pipfile is found, it will use pipenv instead of pip to install dependencies

https://github.com/claranet/terraform-aws-lambda/issues/32