eelayoubi

Results 4 comments of eelayoubi

Hello mjperales, In case you are still having this issue, in your webpack/module.config.js, in the rules array, add the following rule: ``` { type: 'javascript/auto', test: /\.(json|html)/, exclude: /node_modules/, use:...

Hey @dougmoscrop will this be merged? I imagine that it can be used for cloudfront -> Lambda Edge origin request event, right?

@dougmoscrop ah yes, I was looking at the fork that has the edge support, and asking the question here 🙄. Thanks for the reply and sorry for the confusion 🙏....

@dougmoscrop here is a PR https://github.com/dougmoscrop/serverless-http/pull/192 that includes lambda edge origin request. However, I did not have time to add Unit Tests for it.