A Pipenv starter project for Serverless Framework with serverless-python-requirements plugin.
Create a new project
$ serverless install --url https://github.com/seed-run/serverless-pipenv-starter --name serverless-pipenv-starterInstall Serverless plugin: serverless-python-requirements
$ npm installRun tests
$ pipenv run testInvoke a function locally
$ serverless invoke local -f helloDeploy your project
$ serverless deployDeploy a single function
$ serverless deploy function --function hello- Send us an email if you have any questions
- Open a new issue if you've found a bug or have some suggestions.
- Or submit a pull request!
Maintained by Anomaly Innovations. Subscribe to our newsletter for updates. Send us an email if you have any questions.