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

Commit 4ee4cdc

Browse files
Apply suggestions from code review
1 parent bc96ddc commit 4ee4cdc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/architecture/apis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: 'Learn how Nitric provisions and manages APIs across AWS, GCP, and
99
**Developers** use Nitric to define required APIs and routes/methods within their application.
1010

1111
- App code uses the [API resource](/apis) to define APIs and their routes/methods.
12-
- Developers define API(s) their application requires, including the specifications and implement logic to handle HTTP requests.
12+
- Developers define the API(s) their application requires, including the specifications and implement logic to handle HTTP requests.
1313
- Authentication, authorization, and middleware can be added to API routes to secure and enhance functionality.
1414

1515
**Operations** use default or overridden IaC (e.g Terraform modules) to provision the necessary resources for their target cloud(s), such as API Gateways.

docs/architecture/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Nitric allows your team to work together to build an application:
99
- **Developer**: Writes application code with built-in support for APIs, file storage (bucket), secrets, key/value store, and RDS, leveraging the Nitric SDK.
1010
- **Operations**: Customize, extend or use Nitric's generated IaC (Terraform or Pulumi) to provision and manage the resources that the developer needs for their application.
1111
- **SRE**: Configure environment/region/policy specific details, they also are heavily involved in overseeing that the Terraform modules themselves adhere to governance standards.
12-
- **Nitric**: Automatically generates a specification for resource declarations and fulfills them by orchestrating a cloud deployment using IaC modules and container images tailored to the runtime requirements of the application code. While many of examples focus on AWS as the target cloud, Nitric's flexibility allows providers to support any cloud environment or even multiple clouds simultaneously.
12+
- **Nitric**: Automatically generates a specification for resource declarations and fulfills them by orchestrating a cloud deployment using IaC modules and container images tailored to the runtime requirements of the application code. While many examples focus on AWS as the target cloud, Nitric's flexibility allows providers to support any cloud environment or even multiple clouds simultaneously.
1313

14-
The roles above may overlap depending on your organization structure, for example, it is not abnormal Developers to assume all roles, or for Operations and SRE responsibilities to be handled by the same team.
14+
The roles above may overlap depending on your organization structure, for example, it is not abnormal for Developers to assume all roles, or for Operations and SRE responsibilities to be handled by the same team.
1515

1616
```mermaid
1717
flowchart TD
@@ -49,7 +49,7 @@ classDef default line-height:1;
4949
classDef edgeLabel line-height:2;
5050
```
5151

52-
Nitric applications can have any number of APIs, Secrets, Buckets etc. Providers can also be extended to further support new resources, many which will work across all cloud providers and some that are cloud specific.
52+
Nitric applications can have any number of APIs, Secrets, Buckets etc. Providers can also be extended to further support new resources, many of which will work across all cloud providers and some that are cloud specific.
5353

5454
Interact seamlessly with services exposed through HTTP routes in an API gateway, as scheduled tasks, via event subscriptions, through WebSocket handlers, and more.
5555

0 commit comments

Comments
 (0)