You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Add support for deploying with https://aws.amazon.com/serverless/sam/. I believe all that is required is a template.yaml file that should look something like:
Similar to the serverless.yaml template, this should have documentation on how to deploy a model that is packaged with the code and a how to deploy a model from S3, including the required IAM permissions for S3 reads.
The text was updated successfully, but these errors were encountered:
Add support for deploying with https://aws.amazon.com/serverless/sam/. I believe all that is required is a
template.yaml
file that should look something like:Similar to the
serverless.yaml
template, this should have documentation on how to deploy a model that is packaged with the code and a how to deploy a model from S3, including the required IAM permissions for S3 reads.The text was updated successfully, but these errors were encountered: