Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 4389ad3

Browse files
CodePipeline: Add new actions
1 parent 5da8b23 commit 4389ad3

File tree

1 file changed

+9
-0
lines changed
  • content/en/user-guide/aws/codepipeline

1 file changed

+9
-0
lines changed

content/en/user-guide/aws/codepipeline/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,10 @@ The supported actions in LocalStack CodePipeline are listed below.
395395
Using an unsupported action will make the pipeline fail.
396396
If you would like support for more actions, please [raise a feature request](https://github.com/localstack/localstack/issues/new/choose).
397397

398+
### CloudFormation Deploy
399+
400+
The [CloudFormation Deploy](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-CloudFormation.html) action executes a CloudFormation stack. It supports the following modes: `CREATE_UPDATE`, `CHANGE_SET_REPLACE`, `CHANGE_SET_EXECUTE`
401+
398402
### CodeBuild Source and Test
399403

400404
The [CodeBuild Source and Test](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-CodeBuild.html) action can be used to start a CodeBuild container and run the given buildspec.
@@ -421,6 +425,10 @@ It will only update the running ECS service with a new task definition and wait
421425

422426
The [ECS Deploy](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-ECS.html) action creates a revision of a task definition based on an already deployed ECS service.
423427

428+
### Lambda Invoke
429+
430+
The [Lambda Invoke](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-Lambda.html) action is used to execute a Lambda function in a pipeline.
431+
424432
### Manual Approval
425433

426434
The Manual Approval action can be included in the pipeline declaration but it will only function as a no-op.
@@ -438,6 +446,7 @@ The [S3 Source](https://docs.aws.amazon.com/codepipeline/latest/userguide/action
438446
- Emulation for [V2 pipeline types](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html) is not supported.
439447
They will be created as mocks only.
440448
- [Rollbacks and stage retries](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-stages.html) are not available.
449+
- [Custom actions](https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-create-custom-action.html) and associated operations (AcknowledgeJob, GetJobDetails, PollForJobs, PutJobSuccessResult, PutJobFailureResult) are not supported.
441450
- [Triggers](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-triggers.html) are not implemented.
442451
Pipelines are executed only when [CreatePipeline](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_CreatePipeline.html) and [StartPipelineExecution](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_StartPipelineExecution.html) are invoked.
443452
- [Execution mode behaviours](https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works.html#concepts-how-it-works-executions) are not implemented.

0 commit comments

Comments
 (0)