-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add SageMaker model package promote modules #61
feat: add SageMaker model package promote modules #61
Conversation
modules/sagemaker/sagemaker-model-event-bus/sagemaker_model_event_bus/settings.py
Outdated
Show resolved
Hide resolved
modules/sagemaker/sagemaker-model-package-group/sagemaker_model_package_group/stack.py
Outdated
Show resolved
Hide resolved
...r/sagemaker-model-package-promote-pipeline/sagemaker_model_package_promote_pipeline/stack.py
Outdated
Show resolved
Hide resolved
...r/sagemaker-model-package-promote-pipeline/sagemaker_model_package_promote_pipeline/stack.py
Outdated
Show resolved
Hide resolved
@lccasagrande could you please update README.MD module table with the new modules? Also is it possible to keep EDIT: + looks like module formatting checks are off |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks @lccasagrande !
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
1084d45
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thanks @lccasagrande ! |
Describe your changes
sagemaker-model-event-bus
module to setup event bridge buses with cross-account permissions.sagemaker-model-package-group
module to create SageMaker Model Package Groups with a resource policy granting cross-account read-only access and event bridge rules to send SageMaker Model Package change events to another event bus.sagemaker-model-package-promote-pipeline
module to create a CICD pipeline to automatically promote model packages across in a multi-account setup.Issue ticket number and link
N/A
Checklist before requesting a review
CHANGELOG.MD
with a description of my changesscripts/validate.sh
)seedfarmer apply
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.