Replies: 2 comments
-
Hey Strydom, I have a similar problem. Have you found a solution to this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I could solve it by installing serverless-esbuild plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running
serverless offline
works fine, but then when i try and hit a URL for my express app it fails with the bellow error.Anyone know if I've missed something or if something is not compatible?
I'm using
Could it be something to do with the way ESNext modules are exported not being supported by serverless-offline?
serverless.yml
directory
lambda.ts
webpack.config.cjs
tsconfig.json
package.json
Beta Was this translation helpful? Give feedback.
All reactions