Is there anyway to connect to aws sagemaker from nifi? Basically I need to hit a sagemaker endpoint, sending an S3 ARN to sagemaker and receive a result back. It is basically a REST call but it will need to send my AWS credentials, too. I am currently doing all this in a python script, but am looking for a stand alone nifi solution. Anyone know how to accomplish this in nifi? Thank you.