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#strands-agent
pnpm nx g @aws/nx-plugin:py#project
pnpm nx g @aws/nx-plugin:py#strands-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#react-website
pnpm nx g @aws/nx-plugin:ts#react-website#auth
pnpm nx g @aws/nx-plugin:ts#trpc-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#fast-api
pnpm nx g @aws/nx-plugin:ts#react-website
pnpm nx g @aws/nx-plugin:ts#react-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#react-website
pnpm nx g @aws/nx-plugin:ts#react-website#auth
pnpm nx g @aws/nx-plugin:py#project
pnpm nx g @aws/nx-plugin:py#strands-agent
pnpm nx g @aws/nx-plugin:ts#infra
pnpm nx g @aws/nx-plugin:connection
なぜ @aws/nx-plugin なのか?
数分でフルスタック
ウェブサイト、API、認証、エージェント、インフラストラクチャ — すべてがスキャフォールドされ、接続されます。
AIで構築
MCPサーバーがプラグインに同梱されているため、AIアシスタントがプロジェクトのスキャフォールドと接続を代行できます。
エンドツーエンドで型安全
共有型がAPIからフロントエンドまで流れます。自信を持ってリファクタリングできます。
あなたのコード、あなたの方法で
ジェネレーターはフレームワークではなく、スタートダッシュを提供します。コードはあなたのもので、読み、修正し、拡張できます。
素晴らしいコントリビューターの皆さんに感謝します!