I have set up a sagemaker studio , opened a terminal and cloned a project from gitlab repo, over https.
git clone https://somegilaburl/project
I dont' have access to save ssh keys, so i want to save my credentials as aws secret in secrets manager and use that from a jupyter notebook (not just terminal), to issue git pull/push commands. are there any examples of how to do this from a jupyter notebook?