dougmoscrop / serverless-plugin-include-dependencies

MIT License
184 stars 38 forks source link

Should there be new release? #60

Open neoromantic opened 3 years ago

neoromantic commented 3 years ago

So, I'm using last version from npm (4.1.0) and I've stumbled on strange behaivor where my handler name was stripped by one last character.

Reading source code, I've found the reason in getHandlerFilename method and noticed that this is already fixed in master.

Should there be a new release then? Can I help somehow to do that?

neoromantic commented 3 years ago

Related to this https://github.com/dougmoscrop/serverless-plugin-include-dependencies/pull/55