Releases: awslabs/nx-plugin-for-aws
Releases · awslabs/nx-plugin-for-aws
Release list
v1.0.0
1.0.0 (2026-09-07)
What's new in v1.0
- 🚀 Safe upgrades —
nx migrate @aws/nx-pluginis supported, with 37 migration batches shipped and vended versions synced automatically. - 🔁 Idempotent generators — re-running any generator is safe and never clobbers your code.
- 🧩 Adopt anywhere — new
initgenerator adds the plugin to an existing Nx or non-Nx repo. - 🏷️ Simpler naming — unified
ts#api/py#api/ts#website/ts#docswith aframeworkoption, and standardised options across every generator. - 🤖 Agents on AgentCore — new AgentCore Gateway generator, agents and MCP servers deployed to AgentCore Runtime by default, session management, LangChain support and a local-or-deployed
agent-chat. - 🗄️ Database generators —
ts#dynamodb/py#dynamodbfor single-table design andts#rdb/py#rdbfor relational databases. - 🏗️ Terraform parity — Terraform alongside CDK across generators
- 🔒 Secure by default — WAF, Cognito threat protection, enforced CSP, API access logging, Trivy image scanning, license allowlists and
git-secrets. - ⚙️ Modern toolchain — Nx 23.2, ESM, Biome replacing ESLint + Prettier and per-project
package.jsonwith catalogs - ⚡ Faster loops — one
devtarget for local development anddeploy-sandboxwith CloudFormation express mode.
❤️ Thank You
- Jack Stevenson @cogwirrel
- Adrian Dimech @agdimech
- Alex To @AlexTo
- Arush @ArushCreater
- BenSMantel @BenSMantel
- David Turnbull @dsturnbull
- Korey Tibbs @ktibbs9417
- Rams Sundaram @shsrams
- 윤창헌 @drskur
v1.0.0-rc.98
1.0.0-rc.98 (2026-09-05)
🚀 Features
- ts#react-website: move the shared shadcn package onto the cn package (#1223)
🩹 Fixes
- connection: insert imports/exports below header comments (#1214)
- ts#astro-docs: validate internal doc links and stop translations breaking them (#1215)
- ts#infra: destroy the whole sandbox stage, including nested stacks (#1220)
📦 Dependencies
- update dependencies (#1222)
❤️ Thank You
- nx-plugin-for-aws
v1.0.0-rc.97
1.0.0-rc.97 (2026-09-05)
🚀 Features
- agentcore-gateway: expose a non-optional gatewayUrl accessor (#1199)
- agentcore-gateway,agentcore-harness: add lint/format/typecheck targets (#1212)
- init: set up git-secrets credential scanning on existing workspaces (#1208)
- mcp-server: add a best-practices tool serving the cross-cutting guides (#1196)
- py#lambda-function: wire powertools context into handlers (#1200)
- ts#infra: declare workspace deps for generated cross-project imports (#1209)
- ts#rdb,py#rdb: scan RDB container images under CDK (#1210)
🩹 Fixes
- handle app/core construct name clashes (#1216)
- terraform#project,ts#infra,ts#dynamodb,py#dynamodb: preserve user-authored files on re-run (#1211)
- ts#api: preserve user API code when the generator is re-run (#1213)
- ts#infra: stop the checkov gate passing on stale cached results (#1206)
- ts#project: do not overwrite existing targets on re-run (#1205)
- ts#rdb#trpc-connection: widen tRPC Context, and correct the database connection guide examples (#1201)
- ts#react-website: assert shadcn alias resolution independently of the registry's cn import (#1207)
- ts#smithy-project: label smithy openapi extensions correctly for generated client (#1204)
- ts#website: keep the shadcn tsconfig reference unique when the generator is re-run (#1203)
❤️ Thank You
- nx-plugin-for-aws
v1.0.0-rc.96
1.0.0-rc.96 (2026-09-04)
🚀 Features
- nx-plugin: upgrade to nx 23.2 and catalog every dependency on bun (#1182)
❤️ Thank You
- nx-plugin-for-aws
v1.0.0-rc.95
v1.0.0-rc.94
1.0.0-rc.94 (2026-09-02)
🚀 Features
- ts#infra: use CloudFormation express mode for deploy and deploy-sandbox (#1172)
🩹 Fixes
- open-api#ts-client: generate the specs published OpenAPI documents actually use (#1178)
🔥 Performance
- replace filesystem CLIs with shx (#1175)
- ts#agent,ts#mcp-server: cache the AgentCore ADOT install separately (#1177)
❤️ Thank You
- nx-plugin-for-aws
v1.0.0-rc.93
1.0.0-rc.93 (2026-09-02)
🩹 Fixes
- ts#agent,ts#mcp-server: keep a vendored npm version current in the version sync (#1174)
❤️ Thank You
- nx-plugin-for-aws @nx-plugin-for-aws
v1.0.0-rc.92
1.0.0-rc.92 (2026-09-01)
🚀 Features
- terraform#project: share one asset ECR registry across container infra (#1167)
- ts#agent,py#agent,ts#mcp-server,py#mcp-server: deploy code to AgentCore Runtime by default (#1165)
🩹 Fixes
- ts#website,ts#website#auth: assign each website its own dev-server and preview port (#1149)
❤️ Thank You
- Alex To
- nx-plugin-for-aws @nx-plugin-for-aws
v1.0.0-rc.91
1.0.0-rc.91 (2026-08-31)
🚀 Features
- update dependencies (#1163)
❤️ Thank You
- cogwirrel @cogwirrel
- nx-plugin-for-aws
- Rams Sundaram
- shsrams
v1.0.0-rc.90
1.0.0-rc.90 (2026-08-31)
🚀 Features
- agentcore-harness: add experimental generator flag and mark agentcore-harness experimental (#1151)
🩹 Fixes
- terraform#project,ts#project,py#agent: declare cache inputs correctly on format and cacheable targets (#1162)
- ts#agent,py#agent: stop caching container image build and scan targets (#1158)
- ts#dynamodb,ts#rdb: depend on pull-image from the dev target (#1159)
- ts#project: write vitest coverage outside the project directory (#1154)
🔥 Performance
- open-api#ts-client,open-api#ts-hooks: run codegen targets in-process (#1160)
- py#project: scope python build inputs so test edits do not invalidate the build chain (#1156)
- terraform#project: share provider downloads via TF_PLUGIN_CACHE_DIR (#1155)
- ts#project,ts#infra,terraform#project: add an assemble target for the deploy path (#1161)
- ts#sync: read the cached project graph instead of rebuilding it (#1157)
❤️ Thank You
- nx-plugin-for-aws @nx-plugin-for-aws