Joseph Lee Hunsaker
Joseph Lee Hunsaker
I have configured my aws console usnig `aws configure` and specified a region However I keep getting "MissingRegion" error ```MissingRegion: could not find region configuration``` A workaround is to set...
https://github.com/sdd/serverless-apig-s3/issues/19
Can you describe how this is OpenApi compliant? The dependencies you use are Draft-07
## Current Behavior Currently, Nx only supports forward dependency execution where dependencies must be built/executed before their dependents. For example, if `app` depends on `lib`, the `build` target runs `lib:build`...