awslabs / amazon-neptune-tools

Tools and utilities to enable loading data and building graph applications with Amazon Neptune.
Apache License 2.0
297 stars 151 forks source link

neptune streams-to-firehose build.sh #327

Closed selva-thiruarul closed 1 year ago

selva-thiruarul commented 1 year ago

https://github.com/awslabs/amazon-neptune-tools/blob/master/neptune-streams-utils/examples/streams-to-firehose/build.sh#L18

Is cp -r ../../../../*.py . required when it's already cd in to lib/python3.8/site-packages on Line 12?

It's erroring out.

cp: ../*.py: No such file or directory

selva-thiruarul commented 1 year ago

Okay just realized it's for copying the provision handler.py to lib. Thank you