AWSでクラウドネイティブアプリケーションを迅速に構築するためのNxジェネレーターのコレクション — 型安全で、ローカルで実行可能、デプロイ準備完了。
新しいワークスペースを作成$pnpm create @aws/nx-workspace
あらゆるものをスキャフォールド。それらを接続。
各ジェネレーターは、ベストプラクティスに基づくアプリケーションコードとそれをデプロイするためのインフラストラクチャを生成し、本番環境に近づけます。対話的に実行すると、必要な値の入力を求められます。
Multi-Agent AI App
TypeScript and Python Strands agents and an MCP server.
pnpm nx g @aws/nx-plugin:ts#project
pnpm nx g @aws/nx-plugin:ts#agent
pnpm nx g @aws/nx-plugin:py#project
pnpm nx g @aws/nx-plugin:py#agent
pnpm nx g @aws/nx-plugin:ts#mcp-server
pnpm nx g @aws/nx-plugin:connection
A type-safe tRPC API with a React frontend, Cognito auth, and CDK.
pnpm nx g @aws/nx-plugin:ts#website
pnpm nx g @aws/nx-plugin:ts#website#auth
pnpm nx g @aws/nx-plugin:ts#api
pnpm nx g @aws/nx-plugin:ts#infra
pnpm nx g @aws/nx-plugin:connection
A Python FastAPI with a React frontend, Cognito auth, and Terraform.
pnpm nx g @aws/nx-plugin:py#api
pnpm nx g @aws/nx-plugin:ts#website
pnpm nx g @aws/nx-plugin:ts#website#auth
pnpm nx g @aws/nx-plugin:terraform#project
pnpm nx g @aws/nx-plugin:connection
A React app with Cognito auth and an AG-UI Strands agent.
pnpm nx g @aws/nx-plugin:ts#website
pnpm nx g @aws/nx-plugin:ts#website#auth
pnpm nx g @aws/nx-plugin:py#project
pnpm nx g @aws/nx-plugin:py#agent
pnpm nx g @aws/nx-plugin:ts#infra
pnpm nx g @aws/nx-plugin:connection
なぜ @aws/nx-plugin なのか?
数分でフルスタック
ウェブサイト、API、認証、エージェント、インフラストラクチャ — すべてスキャフォールドされ、接続されます。
AIで構築
プラグインにはMCPサーバーが付属しているため、AIアシスタントがプロジェクトをスキャフォールドして接続できます。
エンドツーエンドで型安全
共有型がAPIからフロントエンドまで流れます。自信を持ってリファクタリングできます。
あなたのコード、あなたのやり方
ジェネレーターはフレームワークではなく、スタートダッシュを提供します。コードはあなたのもので、読み、変更し、拡張できます。