as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

SDK Manager Issues

This page covers common problems you may encounter when using the SDK manager and provides step-by-step solutions to resolve them quickly. If you don't find a solution to your specific problem here, post an issue in the Developer Forum for additional support.

Common issues

Command fails with SDK version not found

Cause: Required SDK version isn’t installed locally

Solution:

# Check available versions
vega sdk list-remote

# Check what's installed
vega sdk list-installed

# Install the missing version
vega sdk install <version>

SDK commands fail unexpectedly or produce errors

Cause: Installation files are damaged or incomplete Solution:

# Diagnose issues
vega sdk config doctor

# Fix by reinstalling
vega sdk uninstall <version>
vega sdk install <version>

Pipeline execution stops and waits indefinitely

Cause: Interactive prompts are blocking automated execution Solution:

  1. Set the NONINTERACTIVE=true .
  2. Use –non-interactive flag on commands.
  3. Check for interactive prompts in scripts.

Last updated: Dec 22, 2025