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.jsonor~/.inquir.
To install, search for 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.allowNetwork | false |
inquirCompute.logsLimit | 25 |