serverless-sam
Version:
Serverless framework plugin to export AWS SAM templates for a service
10 lines (9 loc) • 319 B
JSON
{
"name": "openwhisk-swift-simple-http-endpoint",
"version": "0.1.0",
"description": "Example demonstrates how to setup a simple HTTP endpoint using Swift function with OpenWhisk.",
"scripts": {
"postinstall": "npm link serverless-openwhisk",
"test": "echo \"Error: no test specified\" && exit 1"
}
}