UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

14 lines (13 loc) 279 B
{ "name": "openwhisk-python", "version": "1.0.0", "description": "Sample OpenWhisk Python serverless framework service.", "main": "handler.js", "scripts": { "postinstall": "npm link serverless-openwhisk" }, "keywords": [ "serverless", "openwhisk" ] }