Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 315 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 315 Bytes

Serverless SSH - OpenWhisk - Node.js

1. Install Provider Plugin

npm install -g serverless-openwhisk

2. Install Service Dependencies

npm install in this directory to download the modules from package.json.

3. Invoke sequence function

serverless invoke --function sshExec --data '{"CMD": "pwd"}'