Closed
Description
Describe the feature
AWS CodePipeline introduces new general purpose compute action: Commands action.
- https://aws.amazon.com/about-aws/whats-new/2024/10/aws-codepipeline-general-purpose-compute-action/
- https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-Commands.html#action-reference-Commands-type
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