Daniel Cottone

Results 14 comments of Daniel Cottone

:tada: This issue has been resolved in version 3.4.3 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/serverless-es-logs/v/3.4.3) - [GitHub release](https://github.com/daniel-cottone/serverless-es-logs/releases/tag/v3.4.3) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

Thanks for the feedback @des-des! Regarding your issues: 1) If policy size becomes too large, one current workaround you could make is to [use the default role](https://github.com/daniel-cottone/serverless-es-logs#usedefaultrole). I don't think...

I think this is a great feature! Could you raise your PR again without the unrelated formatting changes? I'll add prettier/husky config so that this isn't an issue in the...

Hey @ayan-usgs, thanks for your suggestion. I think this would be a good idea. Probably what we ought to do is have some configurable authentication method, and then depending on...

I haven't really looked into it much and didn't have any plans to add support for it. If there's enough interest around this I could look into it

Hey @HyperBrain thanks for quick response. Here's the webpack configuration: ``` var path = require('path'); var slsw = require('serverless-webpack'); var Webpack = require('webpack'); module.exports = { entry: slsw.lib.entries, resolve: {...

I've made your suggested changes to webpack externals and have added the `webpackIncludeModules` configuration to serverless custom config; I still seem to be experiencing the same problem though.

It also appears to be related to the fact that there are so many functions in this serverless project; if I comment out all but 5 then `sls package` works.

That definitely seems to be the problem. I got much further along, looks like about 50% of the way through. If I bump it up to 12GB then the process...

Sure thing. I think the 12GB heap size is probably a bit much; in addition to that it seems to run significantly slower than our build does currently. I'll just...