codepipeline-actions: support Commands action #31666
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
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 extendsAction
class to aws-codepipeline-actions module.Other Information
No response
Acknowledgements
CDK version used
2.161.0
Environment details (OS name and version, etc.)
Mac
The text was updated successfully, but these errors were encountered: