Jay
Jay
For now, let me add a note to the README with your instructions. Later we can link to an example. Edit: Added https://github.com/AnomalyInnovations/serverless-bundle/blob/master/README.md#sequelize
Hmm I'm not totally clear on the use case here. Could you create a sample repo to share the use case?
When I had first worked on serverless-bundle, I had worked on minimizing. But it seemed to slow down the build times by a lot. If you are interested in taking...
Hmm that's interesting. If you don't include that foreign function it works? When source maps are enabled, it will add that register function call. That package is included through serverless-bundle,...
Hmm that's strange. Does this code work in your Lambda functions? As in, is this an issue with just the tests?
Ah @DuncanLewis I think we might need to add this plugin to the Jest config for the tests. Can you possibly try adding it here and testing it? https://github.com/AnomalyInnovations/serverless-bundle/blob/master/scripts/config/babelJestTransform.js#L6 If...
I recall we had removed this in a previous release, does it not work? https://github.com/AnomalyInnovations/serverless-bundle/pull/188
> How on earth does building serverless code ultimately ended up requiring some UI Rendering library for canvas??? This doesn't help me fix your issue. The community added this to...
I've heard of some other folks having issues with Nestjs. Do you know if we can use Webpack with it?