-
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: multi account basic template self mutating pipeline #69
feat: multi account basic template self mutating pipeline #69
Conversation
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
model_build: self-mutating pipeline poc - changes from Anton
…pdated cdk deploy commands
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
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.
Please update changelog.md
and run the code formatter as well.
...tes-service-catalog/templates/model_deploy/seed_code/deploy_app/deploy_app/pipeline_stack.py
Outdated
Show resolved
Hide resolved
...tes-service-catalog/templates/model_deploy/seed_code/deploy_app/deploy_app/pipeline_stack.py
Outdated
Show resolved
Hide resolved
modules/sagemaker/sagemaker-templates-service-catalog/templates/model_deploy/product_stack.py
Outdated
Show resolved
Hide resolved
modules/sagemaker/sagemaker-templates-service-catalog/templates/model_deploy/product_stack.py
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
…n't function as expected
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
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.
Upon testing this there is two items that I have noticed:
- The initial CodeBuild upon approving the model, attempts to deploy the application but does not succeed because there are multiple stacks. I think we need to change the buildspec to only deploy the pipeline stack (and supporting cross-region stacks that will be deployed automatically.
Since this app includes more than a single stack, specify which stacks to use (wildcards are supported) or specify `--all`
196 | Stacks: deploy-1-pipeline · cross-region-stack-...:... · deploy-1-pipeline/dev/endpoint · deploy-1-pipeline/preprod/endpoint · deploy-1-pipeline/prod/endpoint
- We need to add a lambda custom resource trigger to call the initial CodeBuild to synth and deploy the pipeline once.
Otherwise looks great, thank you!
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 |
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 |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
modules/sagemaker/sagemaker-templates-service-catalog/templates/model_deploy/product_stack.py
Show resolved
Hide resolved
modules/sagemaker/sagemaker-templates-service-catalog/templates/model_deploy/product_stack.py
Outdated
Show resolved
Hide resolved
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, thank you! Left a few minor comments.
...tes-service-catalog/templates/model_deploy/seed_code/deploy_app/deploy_app/pipeline_stack.py
Show resolved
Hide resolved
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 |
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 |
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.
Thank you so much! Great work!
Describe your changes
Issue ticket number and link
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.