amazon-sagemaker-safe-deployment-pipeline icon indicating copy to clipboard operation
amazon-sagemaker-safe-deployment-pipeline copied to clipboard

Why not using CDK to build the Pipeline and WorkFlow with stepfunctions?

Open entest-hai opened this issue 3 years ago • 0 comments

  • The pipeline and build in pure CloudFormation is not easy to follow
  • The workflow/step functions generated from run_pipeline.py is also not easy to follow because a part of infrastructure created by CloudFormation, and then in run_pipeline, infrastructure created by SDK. It is not consistent and mixing.
  • Why not using CDK to do all for consistency?

entest-hai avatar May 15 '22 08:05 entest-hai