studds
studds
Would you be open to a PR with some basic typescript typings, so that this can be used in typescript projects? They might not cover the full breadth and depth...
objectContaining is currently declared as: ``` function objectContaining(expectedValue: Object): any ``` Couple of drawbacks: - You lose any sort of typechecking as soon as you wrap an object in `objectContaining`...
Adding some docs to s3:deploy as requested in #116.
In at least some environments, there are missing dependencies: - circular-dependency-plugin
Add documentation for how the s3:deploy gets the bucket name and distro: Take the following deploy target: ```json { "deploy-s3": { "builder": "@nx-aws/s3:deploy", "options": { "destPrefix": "public", "bucket": { "targetName":...
This configuration fails with the error: Required property 'configFileName' is missing Not sure why, as "config" isn't there... ``` "deploy": { "builder": "@nx-aws/s3:deploy", "options": { "bucket": { "targetName": "ngh-signatures-api:deploy", "outputName":...
Can either: - [ ] Be invoked directly - [ ] Be invoked via --frontendProject when creating a new @nx-aws/sam:application
Currently @nx-aws/build runs one build per entry. This is needlessly inefficient and I don't think it has any actual benefits. Switch to a single build with multiple entries.