Inquir Compute logoInquir Compute
Browse sections

VS Code extension

Deploy from VS Code, invoke functions with JSON payloads, tail 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

  • Tree view of all functions in the Explorer sidebar.
  • Deploy files or folders to functions.
  • Invoke functions with a JSON payload and view logs.
  • Manage API keys (stored in VS Code's encrypted secrets).
  • Import API key from ~/.lambda-cli/config.json.

Install: search 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.defaultMemoryMb256