-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with new shared asset bundler #212
Comments
@massi-ang just an fyi in case you haven't seen this issue but I'm unable to do a fresh build on the 3.1.5 release or the new release. It's really this error Is the build working for you and others or is there some new config I need to do? |
Just figured out it's due to the unix style path and I'm trying to deploy via powershell in vscode on windows. Deploy worked fine on my mac, so I'll work from that from now on but a cross-platform path with something like |
Thanks @QuinnGT for raising this issue. We would be more than happy to have you contribute to the repo by fixing this issue. Let us know if this is something you would like to do. |
Found the error here aws/aws-cdk#19270. Testing the fix now. |
App version: 3.1.5
Error message:
Error: Bundling did not produce any output. Check that content is written to /asset-output.
Findings:
However, once live on lambda I get a 400 error on the function
GenAIChatBotStack-LangchainInterfaceRequestHand
. Looking at the trace I see the messageUnable to import module 'index': No module named 'genai_core'
So pretty sure my change is getting the docker container to build but somehow missing thelib\shared\layers\python-sdk\python\genai_core
lib\rag-engines\aurora-pgvector\functions\pgvector-setup
after runningnpx cdk deploy
.Can't seem to figure it out yet but I'll keep trying. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: