nx-aws icon indicating copy to clipboard operation
nx-aws copied to clipboard

AWS plugins for nx

Results 24 nx-aws issues
Sort by recently updated
recently updated
newest added

The update to NX 15 in this repo means that it now uses webpack. I see that the builders in this package make use of overwriting the webpack config file....

Hi @studds, first of all, thank you for creation of these useful builders. I have a question specific to `@nx-aws/s3:deploy`: What are the possible options? can you please improve the...

Adding some docs to s3:deploy as requested in #116.

This is the npm page of nx-sam: These fields are missing: Adding these 2 row to package.json will resolve it ``` "repository": "https://github.com/studds/nx-aws/", "website": "https://github.com/studds/nx-aws/edit/main/packages/sam/", ```

Without this the npm page lacks basic information. Resolves https://github.com/studds/nx-aws/issues/112

So I am struggling to get an example of lambda layers working. My attempt is on the lambda layer branch of this repo https://github.com/vespertilian/nx-aws-example/tree/lambda-layers which is a clone of your...

The `stackNameFormat` option of the deploy command seems to have no effect. The following section of deploy,ts shows that `undefined` is being passed to funciton `formatStackName` where I believe `options.stackNameFormat`...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Hey, So I have an account-based AWS setup (separate accounts for each env). I changed the stack suffix from dev to prod as they are all effectively prod. However, I...