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

codepipeline-actions: support Commands action #31666

Open
1 of 2 tasks
go-to-k opened this issue Oct 5, 2024 · 2 comments · May be fixed by #31667
Open
1 of 2 tasks

codepipeline-actions: support Commands action #31666

go-to-k opened this issue Oct 5, 2024 · 2 comments · May be fixed by #31667
Labels
@aws-cdk/aws-codepipeline-actions effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2

Comments

@go-to-k
Copy link
Contributor

go-to-k commented Oct 5, 2024

Describe the feature

AWS CodePipeline introduces new general purpose compute action: Commands action.

Use Case

The Commands action enables you to easily run shell commands as part of your pipeline execution. With the Commands action, you will have access to a secure compute environment backed by CodeBuild to run AWS CLI, third-party tools, or any shell commands.

This action allows you to specify commands without first creating a CodeBuild project.

Proposed Solution

Add CommandsAction class that extends Action class to aws-codepipeline-actions module.

Other Information

No response

Acknowledgements

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

CDK version used

2.161.0

Environment details (OS name and version, etc.)

Mac

@go-to-k go-to-k added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 5, 2024
@go-to-k go-to-k linked a pull request Oct 5, 2024 that will close this issue
1 task
@pahud
Copy link
Contributor

pahud commented Oct 6, 2024

This is amazing! Thank you for the PR!

@pahud pahud added p2 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Oct 6, 2024
@go-to-k go-to-k changed the title (codepipeline-actions): support Commands action codepipeline-actions: support Commands action Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-codepipeline-actions effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants