Skip to content

Commit 2f7878d

Browse files
CodePipeline: Add new actions (#1784)
Co-authored-by: Bernhard Matyas <[email protected]>
1 parent 29997de commit 2f7878d

File tree

1 file changed

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

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@ 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.
401+
It supports the following modes: `CREATE_UPDATE`, `CHANGE_SET_REPLACE`, `CHANGE_SET_EXECUTE`
402+
398403
### CodeBuild Source and Test
399404

400405
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 +426,10 @@ It will only update the running ECS service with a new task definition and wait
421426

422427
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.
423428

429+
### Lambda Invoke
430+
431+
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.
432+
424433
### Manual Approval
425434

426435
The Manual Approval action can be included in the pipeline declaration but it will only function as a no-op.
@@ -438,6 +447,7 @@ The [S3 Source](https://docs.aws.amazon.com/codepipeline/latest/userguide/action
438447
- Emulation for [V2 pipeline types](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html) is not supported.
439448
They will be created as mocks only.
440449
- [Rollbacks and stage retries](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-stages.html) are not available.
450+
- [Custom actions](https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-create-custom-action.html) and associated operations (AcknowledgeJob, GetJobDetails, PollForJobs, etc.) are not supported.
441451
- [Triggers](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-triggers.html) are not implemented.
442452
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.
443453
- [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)