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
The AWS Copilot core team is announcing the Copilot v1.29 release.
15
15
@@ -24,15 +24,20 @@ Copilot v1.29 brings big enhancements to help you develop more flexibly and effi
24
24
25
25
???+ note "What’s AWS Copilot?"
26
26
27
-
The AWS Copilot CLI is a tool for developers to build, release, and operate productionready containerized applications on AWS.
27
+
The AWS Copilot CLI is a tool for developers to build, release, and operate production-ready applications on AWS.
28
28
From getting started, pushing to staging, and releasing to production, Copilot can help manage the entire lifecycle of your application development.
29
-
At the foundation of Copilot is AWS CloudFormation, which enables you to provision infrastructure as code.
30
-
Copilot provides pre-defined CloudFormation templates and user-friendly workflows for different types of micro service architectures,
29
+
At the foundation of Copilot is AWS CloudFormation, which enables you to provision Infrastructure as Code.
30
+
Copilot provides pre-defined CloudFormation templates and user-friendly workflows for different types of microservice architectures,
31
31
enabling you to focus on developing your application, instead of writing deployment scripts.
32
32
33
33
See the section [Overview](../docs/concepts/overview.en.md) for a more detailed introduction to AWS Copilot.
34
34
35
35
## Pipeline overrides
36
+
Copilot pipelines are much more nimble and extensible with CDK and YAML path overrides! This feature provides a safe and easy way to modify your pipeline's CloudFormation template.
37
+
Much like the other override commands, you can run `copilot pipeline override` to customize that CloudFormation template, with the option of using either the CDK or YAML.
38
+
A new `--diff` flag for `copilot pipeline deploy` enables you to preview the differences between your last deployed CloudFormation template and any local changes before the deployment is executed. Copilot will confirm that you'd like to proceed; use the `--yes` flag to skip the confirmation: `copilot pipeline deploy --diff --yes`.
39
+
40
+
To learn more about overrides and to see examples, check out the [CDK overrides guide](../docs/developing/overrides/cdk.md) and [YAML patch overrides guide](../docs/developing/overrides/yamlpatch.md).
36
41
37
42
## Static Site enhancements
38
43
For more dynamic development, Copilot will now invalidate the CloudFront edge cache each time you redeploy a Static Site workload, enabling you to see and deliver your updated content right away.
0 commit comments