Browse sections

VS Code extension

Deploy from VS Code, invoke functions with JSON payloads, view recent logs, and sync workspace API keys—this page documents the Inquir Compute extension, not a separate terminal CLI.

The Inquir Compute VS Code extension lets you deploy and manage functions directly from your editor.

Key Features

  • A tree view of all your functions in a dedicated <b>Inquir Compute</b> view in the Activity Bar.
  • Deploy files or folders to functions.
  • Invoke functions with a JSON payload and view the logs.
  • Manage API keys, stored in VS Code's encrypted secret storage.
  • Import an API key from ~/.lambda-cli/config.json or ~/.inquir.

To install, search for Inquir Compute in the VS Code Extensions marketplace, or install from the .vsix file.

Configuration

SettingDefault
inquirCompute.apiUrlhttp://localhost:3000
inquirCompute.defaultHandlerindex.handler
inquirCompute.defaultTimeoutMs30000
inquirCompute.allowNetworkfalse
inquirCompute.logsLimit25