amazon-connect / ai-powered-speech-analytics-for-amazon-connect

The AI Powered Speech Analytics for Amazon Connect solution provides the combination of speech to text transcription, translation into preferred languages, and insights for agents and supervisors all in real-time
https://aws.amazon.com/solutions/implementations/ai-powered-speech-analytics-for-amazon-connect/
Other
55 stars 54 forks source link

manifest-generator not available #5

Closed ajay1976 closed 4 years ago

ajay1976 commented 4 years ago

cd $deployment_dir/manifest-generator npm install node app.js

This is failing as there is no manifest-generator directory available and no app.js is available. is there any manually needs to be done to make it working?

efh365 commented 4 years ago

Hi ajay, What are you trying to do specifically?

kpx-dev commented 4 years ago

Yea looks like it's missing the directory from here: https://github.com/awslabs/ai-powered-speech-analytics-for-amazon-connect/blob/master/deployment/build-s3-dist.sh#L217-L222

efh365 commented 4 years ago

Thank you for pointing this out. I have just updated the solution and the manifest generator folder is there now.

olegromanchuk commented 2 years ago

The issue is still present - no "deployment/manifest-generator" folder. Solved with help of #37 however.