bentoml / aws-sagemaker-deploy

Fast model deployment on AWS Sagemaker
Apache License 2.0
15 stars 15 forks source link

feat: better help messages and default when directly invoking sagemaker #46

Closed jjmachan closed 2 years ago

jjmachan commented 2 years ago
  1. option to ensure we invoke the default API when the header is missing. This way for simple bentoml services, you can invoke the Sagemaker endpoint directly without the API gateway without worrying about the headers.
  2. Better error messages in case the users invoke it directly without passing the header and there is more than one service.