You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
download: s3://target-bucket/output-file to ./output-file
242
+
download: s3://target-bucket/output-file to ./output-file
243
243
</disable-copy>
244
244
{{< /command >}}
245
245
246
246
To verify that it is the same file as the original input:
247
247
248
248
{{< command >}}
249
-
$ cat output-file
249
+
$ cat output-file
250
250
<disable-copy>
251
251
Hello LocalStack!
252
252
</disable-copy>
@@ -323,7 +323,6 @@ LocalStack does not use the same logic to generate external execution IDs as AWS
323
323
Same is true for status and error messages produced by actions.
324
324
{{< /callout >}}
325
325
326
-
327
326
## Pipelines
328
327
329
328
The operations [CreatePipeline](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_CreatePipeline.html), [GetPipeline](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GetPipeline.html), [UpdatePipeline](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_UpdatePipeline.html), [ListPipelines](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ListPipelines.html), [DeletePipeline](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_DeletePipeline.html) are used to manage pipeline declarations.
@@ -382,7 +381,7 @@ If an action does not use a namespace, its output variables are not available to
382
381
383
382
CodePipeline's variable placeholder syntax is as follows:
384
383
385
-
```
384
+
```text
386
385
#{namespace.variable}
387
386
```
388
387
@@ -417,10 +416,12 @@ The [S3 Source](https://docs.aws.amazon.com/codepipeline/latest/userguide/action
417
416
418
417
## Limitations
419
418
420
-
- Emulation for [V2 pipeline types](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html) is not supported. They will be created as mocks only.
419
+
- Emulation for [V2 pipeline types](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html) is not supported.
420
+
They will be created as mocks only.
421
421
-[Rollbacks and stage retries](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-stages.html) are not available.
422
422
-[Triggers](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-triggers.html) are not implemented.
423
423
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.
424
-
-[Execution mode behaviours](https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works.html#concepts-how-it-works-executions) are not implemented. Therefore parallel pipeline executions will not lead to stage locks and waits.
424
+
-[Execution mode behaviours](https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works.html#concepts-how-it-works-executions) are not implemented.
425
+
Parallel pipeline executions will not lead to stage locks and waits.
425
426
-[Stage transition controls](https://docs.aws.amazon.com/codepipeline/latest/userguide/transitions.html) are not implemented.
426
427
-[Manual approval action](https://docs.aws.amazon.com/codepipeline/latest/userguide/approvals-action-add.html) and [PutApprovalResult](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PutApprovalResult.html) operation is not available.
0 commit comments