UNPKG

serverless-package-python-functions

Version:

Serverless Framework plugin to package python functions and their requirements

43 lines (42 loc) 1.03 kB
{ "name": "serverless-package-python-functions", "version": "0.7.0", "description": "Serverless Framework plugin to package python functions and their requirements", "main": "index.js", "scripts": {}, "author": "Ubani Balogun", "license": "ISC", "dependencies": { "bluebird": "^3.5.0", "fs-extra": "^3.0.0", "lodash": "^4.17.11", "upath": "^1.1.0", "readline-sync": "^1.4.10", "zip-local": "^0.3.4" }, "repository": { "type": "git", "url": "git+https://github.com/ubaniabalogun/serverless-package-python-functions.git" }, "keywords": [ "serverless", "serverless", "framework", "plugin", "serverless", "applications", "aws", "lambda", "amazon", "amazon", "web", "services", "python", "pip", "requirements" ], "bugs": { "url": "https://github.com/ubaniabalogun/serverless-package-python-functions/issues" }, "homepage": "https://github.com/ubaniabalogun/serverless-package-python-functions#readme" }