Cody
Cody
@raja-vcomply - I just ran into this too. I was using API Gateway V2, but it appears **lambda-api** won't support the v2.0 event payload format until `0.11` per this comment:...
I'm actually seeing an additional problem regarding this using a base path wildcard `/*`. I printed the `req.stack` to see what was going on with the execution stack: ```typescript const...
@ollydixon - I was getting the same error in Safari and resolved it by manually setting the CDN URL in the renderOptions like so: ``` renderOptions: { cdnUrl: 'https://cdn.jsdelivr.net/npm' }...
Here is a stack trace (node v12.14.0 , yarn v1.21.1): ``` verbose 2.685597913 Invariant Violation: expected workspace package to exist for "eslint-plugin-react" at invariant (/usr/local/Cellar/yarn/1.21.1/libexec/lib/cli.js:2314:15) at _loop2 (/usr/local/Cellar/yarn/1.21.1/libexec/lib/cli.js:94898:9) at PackageHoister.init...
I assume fs is being used instead of require to allow extensions such as oauth2orize-openid to be loaded. I ran into the same webpack issue though.
> @aufstrich @codeitcody how have you solved it since it's not merged ? using a fork? I ended up just forking into my local project and made the modification. Not...