The build script includes a hard-coded package.json.
This works, for now, but the dependencies don't get flagged by dependabot because it only checks package.json files.
FIX:
Move the dependencies to the existing package.json and read that file to add to the "$TEMP_DIR/package.json" that will be zipped alongside the lambda code
The build script includes a hard-coded package.json.
This works, for now, but the dependencies don't get flagged by dependabot because it only checks package.json files.
FIX:
Move the dependencies to the existing package.json and read that file to add to the "$TEMP_DIR/package.json" that will be zipped alongside the lambda code