How can I create deployment package for my lambda to work with my libraries or an alternative solution?

0

I'm receiving error: Receive error in Lambda: Unable to import module 'functions': No module named 'functions' Traceback

code: Code.fromAsset(path.resolve(__dirname, BundleLocation + name)),

I'm deployig this via the CDK. I confirmed I have this in my code for CDK for my Lambda; however I am still receiving an error. However, when I go into Lambda to troubleshoot why my app is not working I see logs in CloudWatch and I look through Cloudwatch logs and I am receiving this error.

I also want to note my CDK stack is in typescript and my python code is in python. I'm not sure if this makes a difference. Does anyone know what could cause this error after me detailing I have the correct syntax?

Also is there any work arounds for this?

1 個回答
0
profile picture
專家
已回答 1 年前
  • Yes, I have looked at this first.

    I also do not need lambda layer for this as this will be in one region.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南