Closed henriquef-cit closed 3 years ago
Hi @henriquef-cit ,
As stated in the documentation, this plugin requires package individually to be set to true
, which the plugin is actually telling you that it is incorrectly set on the logs you've pasted.
Furthermore, you logs have the function configuration in there, but there is no handler in that function, which is needed for browserify to determine the entrypoint. It also has an "image" configuration, which is used to deploy a pre-packaged image to be executed in lambda, which makes browserifying it in this step completely impossible.
Therefore, it doesn't seem like it would be ever possible for the plugin to work, given the configuration provided.
As you didn't reply, I will consider this a non-issue. Closing.
I have one serverless.yaml to deploy Lambda Functions in Python with ECR (Elastic Container Repository) and Lambda Functions in NodeJs, Everything works fine without the plugin, but when I add it, I get the error below
NodeJS 14.15.5 npm 6.14.11 Serverless Framework 2.23