@aws/create-nx-workspace
v1.0.0-rc.47
Published
Readme
@aws/create-nx-workspace
The quickest way to start building on AWS with the Nx Plugin for AWS.
Getting Started
pnpm create @aws/nx-workspace my-projectThis creates a new Nx workspace pre-configured with the @aws/nx-plugin preset — giving you access to generators for building full-stack AWS applications with TypeScript, Python, React, CDK, Terraform, and more.
# npm
npm create @aws/nx-workspace -- my-project
# yarn
yarn create @aws/nx-workspace my-project
# bun
bun create @aws/nx-workspace my-projectWhat's Included
The Nx Plugin for AWS provides generators for:
- APIs — tRPC, FastAPI, Smithy
- Websites — React with Cloudscape or Shadcn
- Infrastructure — AWS CDK and Terraform
- AI — Strands Agents, MCP Servers
- And more — Lambda functions, Nx plugins, license management
Learn More
License
Apache-2.0
