Jay
Jay
@ozbillwang I'm not sure what you mean. What do you want to customize?
@ozbillwang Yeah I'm not entirely sure how that works. Usually you would use a custom authorizer in place of Cognito as opposed to using them together.
@vincentclaes Good catch. We don't use this, so it doesn't affect anything. But we don't need it there either.
@andrewoh531 Thanks for investigating. Let me take a look and figure out what is going on.
@andrewoh531 I looked into it a bit. There are some specific things `serverless-webpack` is doing that is causing this. We are using the `externals` config option and the `webpackIncludeModules` option....
@andrewoh531 Thanks I'll try it out. It's interesting because you don't really need to specify the `externals` option if you are not using the AWS SDK. Can you try removing...
Oh not that. Try removing this line https://github.com/AnomalyInnovations/serverless-es7/blob/master/webpack.config.js#L29 and this line https://github.com/AnomalyInnovations/serverless-es7/blob/master/serverless.yml#L22.
@ericln I honestly have not tried. We have only used with for AWS.
Yeah, we are using https://github.com/elastic-coders/serverless-webpack for this repo. If you come across something similar for TS let us know!
@goldytech Are you importing these files in your handler functions?