• Pricing
Seonghyun Oh

Serverless SSH Command

by

Example of executing ssh command with OpenWhisk

  1. Serverless SSH Command

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"}'

Contents

  • Serverless SSH - OpenWhisk - Node.js
  • 1. Install Provider Plugin
  • 2. Install Service Dependencies
  • 3. Invoke sequence function

Related

GuidesPluginsExamplesSlack CommunitySupport
© 2025 Serverless, Inc. All rights reserved.
Terms of ServicePrivacy Policy