You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a problem last week while trying to use the contentful-export package: I deployed my lambda function (using sls deploy command from AWS) and noticed some warnings (image below), but the deployment process finished correctly.
After running the deploy, I received the following error when executing the lambda function:
I'm not sure if the warnings are related to the difficulty trying to use this package, but looks like it's. Also, I found this issue from the jsonpath package: dchester/jsonpath#168; which seems to be a dependency used by this package, right?
Do you have some idea what could be causing that? There is some setting that I could apply to make it work (e.g. something related to webpack)?
my node version: 18;
contentful-export package version: 7.19.144 (I also tested with an old version, which supported node v16 as the minimum version, but received the same result);
Thank you in advance!
The text was updated successfully, but these errors were encountered:
pedrohff360
changed the title
Jsonpath dependency contains dynamic importing that is causing issues in serverless environment
Jsonpath dependency contains dynamic importing that (probably) is causing issues in serverless environment
Apr 15, 2024
pedrohff360
changed the title
Jsonpath dependency contains dynamic importing that (probably) is causing issues in serverless environment
Jsonpath dependency contains dynamic importing that (probably) is causing issues on my serverless environment (aws)
Apr 15, 2024
I had a problem last week while trying to use the
contentful-export
package: I deployed my lambda function (usingsls deploy
command from AWS) and noticed some warnings (image below), but the deployment process finished correctly.After running the deploy, I received the following error when executing the lambda function:
Runtime.ImportModuleError: Error: Cannot find module '../include/module.js'
The complete log:
I'm not sure if the warnings are related to the difficulty trying to use this package, but looks like it's. Also, I found this issue from the
jsonpath
package: dchester/jsonpath#168; which seems to be a dependency used by this package, right?Do you have some idea what could be causing that? There is some setting that I could apply to make it work (e.g. something related to webpack)?
contentful-export
package version: 7.19.144 (I also tested with an old version, which supported node v16 as the minimum version, but received the same result);Thank you in advance!
The text was updated successfully, but these errors were encountered: