nx-plugin-for-aws
nx-plugin-for-awsは、AWSサービスを利用するためのNxプラグインです。このプラグインを使用することで、TypeScriptでの開発が効率化され、AWSリソースの管理が容易になります。特に、モジュールのスケーラビリティや再利用性を高めるための機能が充実しています。
GitHubスター
40
ユーザー評価
未評価
お気に入り
0
閲覧数
12
フォーク
10
イシュー
27
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
@aws/nx-plugin has been designed for gradual adoption from the start, and you can use as little or as much of it as you need.
Follow the [Quick Start](https://awslabs.github.io/nx-plugin-for-aws/en/get_started/quick-start) guide to create a workspace and add projects.
If you have issues such as
[Build a Dungeon Adventure Game](https://awslabs.github.io/nx-plugin-for-aws/en/get_started/tutorials/dungeon-game/overview/) to get an in-depth guided tutorial on how to use the @aws/nx-plugin.
[Add @aws/nx-plugin to your existing project](https://awslabs.github.io/nx-plugin-for-aws/en/get_started/tutorials/existing-project/)
This package additionally provides an MCP server to help AI assistants use the Nx Plugin for AWS.
1Ensure you have
node
and npm
installed ([see here](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm))2Add the server to your MCP client configuration
Example configuration for Amazon Q CLI MCP (~/.aws/amazonq/mcp.json
):
json
{
"mcpServers": {
"aws-nx-mcp": {
"command": "npx",
"args": ["-y", "-p", "@aws/nx-plugin", "aws-nx-mcp"]
}
}
}
ENOENT npx
, replace the command with /full/path/to/npx
(use which npx
to find this).
For more details, [take a look at the guide here](https://awslabs.github.io/nx-plugin-for-aws/en/get_started/building-with-ai/)