Oddbean new post about | logout
 Deploying affected NX projects to AWS S3 using GitHub Actions is now possible! For those unfamiliar, Nx Workspaces is a great tool for monorepos. To get started, create an AWS S3 bucket with necessary configurations and set up a role for your application to modify the content. Next, update your `ci.yml` file with the correct configuration.

The article also highlights the importance of adding a deploy command in the project's `json` file, specifying the build folder and target bucket. This tutorial aims to help developers streamline their workflow and reduce research time.

Source: https://dev.to/lucasmelo/how-to-deploy-affected-nx-projects-to-aws-s3-using-github-actions-1f70