Skip to content
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

(aws-stepfunctions-tasks): (add support for buildspecOverride in CodeBuildStartBuild task) #27846

Open
1 of 2 tasks
saudkhanzada opened this issue Nov 5, 2023 · 1 comment
Labels
@aws-cdk/aws-stepfunctions-tasks effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2

Comments

@saudkhanzada
Copy link
Contributor

saudkhanzada commented Nov 5, 2023

Describe the feature

Currently, there is no way to override buildspec when using the CodeBuildStartBuild task.

Use Case

I want to add a prop to configure buildspecOverride when using the CodeBuildStartBuild task.

Proposed Solution

Add a prop to configure buildspecOverride when using CodeBuildStartBuild task.

const task = new CodeBuildStartBuild(stack, "Task", {
  project: codebuildProject,
  integrationPattern: sfn.IntegrationPattern.RUN_JOB,
  buildspecOverride: codebuild.BuildSpec.fromSourceFilename('buildspec.yml'),
});

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

v2.104.0

Environment details (OS name and version, etc.)

Mac

@saudkhanzada saudkhanzada added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 5, 2023
@khushail
Copy link
Contributor

khushail commented Nov 10, 2023

Hi @saudkhanzada , buildSpecOverride is currently not provided by Cloudformation, hence can not be supported by CDK. However you can submit this feature request to Cloudformation coverage roadmap.

@khushail khushail added needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2 effort/small Small work item – less than a day of effort and removed needs-triage This issue or PR still needs to be triaged. labels Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-stepfunctions-tasks effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2
Projects
None yet
Development

No branches or pull requests

2 participants