Closed joarder closed 4 years ago
Thanks for your input, and I am sorry about your inconvenience. We will consider to fix this one in the next release.
This issue should be addressed in the latest commit. Please let us know if you need additional assistance.
Versions: NodeJS version: v12.12.0 OS: Mac OS X 10.14.6
The following error occurs while building the solutions with the command
./build-s3-dist.sh $DEPLOY_BUCKET $VERSION_CODE
Detail error message:
Fix:
In file aws-data-lake-solution/deployment/manifest-generator/app.js Line 70 should be:
fs.writeFileSync('../dist/data-lake-site-manifest.json', JSON.stringify(_manifest, null, 4));
instead of:fs.writeFile('../dist/data-lake-site-manifest.json', JSON.stringify(_manifest, null, 4));