Im using Glue job spark script.
I already made a python code in sagemaker. In sagemaker, I used custom libarary floder. I use the folder like ”’from A import B”’ A is folder name and B is the def function in A.
I want to use this in Glue.
But im not sure how…
I found some docs, some docs said we should use egg, zip… but not sure exactly how can do…
Im urgent.. Please help