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

Commit 077c64c

Browse files
committed
minor edits
1 parent c52f62b commit 077c64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/architecture/services.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ An application can have a single service handling the entire application, or man
2222
<details>
2323
<summary>Example AWS Provider</summary>
2424

25-
- **AWS ECR (Elastic Container Registry)** stores container images for Lambda functions.
26-
- **AWS Lambda** runs serverless functions based on the container images.
25+
- **AWS ECR (Elastic Container Registry)** stores a container image for each Nitric service.
26+
- **AWS Lambda** runs containers based on the images from ECR.
2727
- **AWS IAM** manages roles and policies for secure access to AWS resources.
2828
- **Docker** or **Podman** is used to build and tag container images before pushing them to ECR.
2929

0 commit comments

Comments
 (0)