Skip to content

codepipeline-actions: support Commands action #31666

Closed
@go-to-k

Description

@go-to-k

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions