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

🚀 The Ultimate Monorepo Starter for Node.js Serverless Applications

Results 7 nx-serverless issues
Sort by recently updated
recently updated
newest added

After clone I was running `npm install` and I got this error: ``` npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @nrwl/[email protected] npm ERR! Found: @typescript-eslint/[email protected]...

@NetanelBasal resolved #2 just added s3 to the env on docker-compose file

Add an example usage of S3 using localstack.

enhancement
good first issue

Hi Many thanks for putting this repo together, it is an excellent example. What are your thoughts on using a Dependency Injection library like [tsyringe](https://github.com/microsoft/tsyringe)? Could 'newing up' several dependencies...

question

Show how to test handler with dynamodb.

enhancement
good first issue

Add many to many example using GSI.

enhancement
good first issue

README.md lists both yarn and npm, and it's not clear which is the supported way. Also, there are Yarn Classic and Yarn Berry, which of them are known to work?