elastic-beanstalk-deployment
✓Node.js アプリケーションを AWS Elastic Beanstalk にデプロイする場合、またはデプロイの問題のトラブルシューティングを行う場合に使用します。依存関係のインストール戦略、モノリポジトリの処理、デプロイのベスト プラクティスを提供します。
インストール
SKILL.md
AWS Elastic Beanstalk automates Node.js application deployment but has specific behaviors around dependency installation that can cause issues, especially with monorepos. Understanding when EB installs dependencies vs when it skips installation is critical for successful deployments.
Core principle: Choose between letting EB install dependencies (smaller packages, slower) or bundling nodemodules (larger packages, more reliable).
Reference: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/nodejs-platform-dependencies.html
Node.js アプリケーションを AWS Elastic Beanstalk にデプロイする場合、またはデプロイの問題のトラブルシューティングを行う場合に使用します。依存関係のインストール戦略、モノリポジトリの処理、デプロイのベスト プラクティスを提供します。 ソース: pr-pm/prpm。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/pr-pm/prpm --skill elastic-beanstalk-deployment- ソース
- pr-pm/prpm
- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
elastic-beanstalk-deployment とは?
Node.js アプリケーションを AWS Elastic Beanstalk にデプロイする場合、またはデプロイの問題のトラブルシューティングを行う場合に使用します。依存関係のインストール戦略、モノリポジトリの処理、デプロイのベスト プラクティスを提供します。 ソース: pr-pm/prpm。
elastic-beanstalk-deployment のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/pr-pm/prpm --skill elastic-beanstalk-deployment インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/pr-pm/prpm
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01