Skip to content

Commit 9410bf5

Browse files
authored
Merge pull request #111 from awslabs/overview-1
Update overview.md
2 parents 09b80e1 + 476e1fd commit 9410bf5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

website/docs/docs/overview.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,12 @@ Definition (CRD) called **ResourceGroup (RG)**. The **Platform**, **Security**,
4343
and **Compliance** teams, can collaborate to create custom APIs by defining
4444
Custom Resources for the ResourceGroup CRD.
4545

46-
In the depicted example, the **Platform Team** has created an **Application
47-
Stack RG** that encapsulates the necessary resources, along with any additional
48-
logic, abstractions, and security best practices. This empowers the Developers
49-
to interact with an API when managing their applications. The Developers no
50-
longer need to directly manage the underlying infrastructure complexities, as
51-
the custom API handles the deployment and configuration of the required
52-
resources.
46+
In the depicted example, the **Platform Team** has created a **RG** with arbitrary name
47+
"Application Stack" that encapsulates the necessary resources, along with any additional
48+
logic, abstractions, and security best practices. When the RG is applied to the cluster,
49+
a new API of kind ApplicationStack is created and available for Developer to interact with.
50+
The Developers no longer need to directly manage the underlying infrastructure complexities,
51+
as the custom API handles the deployment and configuration of the required resources.
5352

5453
<div align="center">
5554

0 commit comments

Comments
 (0)