Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(core): nx plugin submission @aws/nx-plugin #30545

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cogwirrel
Copy link
Contributor

Community Plugin Submission

Nx Plugin for AWS (@aws/nx-plugin)

This plugin is for building cloud-native applications with AWS. At present it provides the following generators:

  • ts#project - Generate a new TypeScript library.
  • ts#infra - Generate a Typescript AWS CDK infrastructure project for your application.
  • ts#cloudscape-website - Generate a new Cloudscape/React/Vite based web application.
  • ts#cloudscape-website#auth - Add AWS Cognito authentication to your Cloudscape website.
  • ts#trpc-api - Generate a tRPC backend service with Amazon API Gateway/AWS Lambda integration and AWS Powertools pre-configured.
  • py#project - Generate a uv based Python project.
  • py#fast-api - Generate a FastAPI backend service with AWS Powertools pre-configured.
  • api-connection - Connect frontend applications to backend APIs.
  • license - Automatically manage LICENSE files and source code headers in your workspace.

(Note that the ts/py project generators are our simplified/opinionated generators for base projects in TypeScript and Python, eg enforcing ESM for TypeScript etc)

Our prototyping organisation here at AWS uses the plugin to quickly bootstrap and build prototypes for various AWS customers in different industries.

The primary authors are Adrian Dimech @agdimech and myself (Jack Stevenson).

@cogwirrel cogwirrel requested a review from a team as a code owner March 31, 2025 05:00
@cogwirrel cogwirrel requested a review from leosvelperez March 31, 2025 05:00
Copy link

vercel bot commented Mar 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Mar 31, 2025 5:02am

Copy link

nx-cloud bot commented Mar 31, 2025

View your CI Pipeline Execution ↗ for commit 2b1d845.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded <1s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check --base=bf884... ✅ Succeeded 1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗
nx documentation ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-03-31 05:06:12 UTC

@leosvelperez leosvelperez requested review from isaacplmann and removed request for leosvelperez April 10, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants