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
| Setting | Default |
|---|---|
inquirCompute.apiUrl | http://localhost:3000 |
inquirCompute.defaultHandler | index.handler |
inquirCompute.defaultTimeoutMs | 30000 |
inquirCompute.defaultMemoryMb | 256 |