I need to schedule AWS Lambda to open/run a Jupyter Notebook I have inside Sagemaker to produce a csv file once a day.
I have already created my notebook instance (let's call it Model_v1) and the Lifecycle configuration needed inside Sagemaker. I can Start the instance, run the code (R) inside the Notebook, and the code writes the CSV file I require.
I have read many posts about how to use Sagemaker with Lambda, but I'm not formally using a "training job" or a "model" / endpoint etc etc. I literally just want Lambda to 1) Start Notebook instance 2) Run .ipnyb code which generates CSV
If there is an easier way to make Sagemaker run this script once a day with another tool (instead of lambda), more than happy to change!