Frank Schmid

Results 189 comments of Frank Schmid

Hi @shivamsk , did you already try to do a fresh `npm install` after removing the `node_modules` folder *and* clearing the npm cache `npm cache clean --force`?

Hi @hamstercat , serverless-webpack is specialized to deploy Lambda code using webpacked sources. It is not intended to use the same configuration for client (bundle) compiles and server compiles. It...

@serverless-heaven/serverless-webpack-team Any ideas?

Hi @sohailalam2 . Can you post your serverless.yml. I think it has something to do with your handler definitions of the functions that are used to create the entry points...

@sohailalam2 Indeed - I missed that 😄 However maybe we should ask someone who uses Google (I only use AWS right now) to get a fast solution for the problem....

@pmuens Do you have any advice when using the Google provider plugin together with `serverless-webpack` and can help out here?

@sohailalam2 This seems to originate from different handler specifications when using AWS and Google. As I do not use Google at work nor for my private projects, can you post...

Hi @RALifeCoach and @geovanisouza92 . This is a duplicate of #383 The reason for the issue is, that sequelize requires all its database dependencies dynamically. So webpack cannot detect them...

@RALifeCoach Did you succeed with the `forceInclude` ?

Hi @alexkli , thanks for the detailed explanation and the ideas. In general, I agree that for some use cases it is helpful to have some automatic configuration possibilities like...