Not sure why but this package interferes with Lambda container deployment. Was getting an endless packaging prompt - removing this plugin from my setup fixed the issue.
Thought I'd share in case anybody else experiences this problem. Using serverless-plugin-include-dependencies ^4.1.0 & serverless 2.40.0
Not sure why but this package interferes with Lambda container deployment. Was getting an endless packaging prompt - removing this plugin from my setup fixed the issue.
Thought I'd share in case anybody else experiences this problem. Using
serverless-plugin-include-dependencies ^4.1.0
&serverless 2.40.0
Logged my original issue in serverless repo here: https://github.com/serverless/serverless/issues/9433