Skip to content

Commit 2daa9fb

Browse files
Adding build tools page
1 parent b2e8c13 commit 2daa9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build_recipes/build-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This guide covers different build tools and dependency managers for packaging La
4141

4242
### Advanced pip with Lambda Layers
4343

44-
Optimize your deployment by using Lambda Layers for Powertools for AWS:
44+
Optimize your deployment by using Lambda layers for Powertools for AWS:
4545

4646
=== "requirements-layer.txt"
4747

@@ -83,7 +83,7 @@ Build packages for different Lambda architectures using platform-specific wheels
8383
| Platform Flag | Lambda Architecture | Use Case |
8484
|---------------|-------------------|----------|
8585
| `manylinux2014_x86_64` | x86_64 | Standard Lambda functions |
86-
| `manylinux2014_aarch64` | arm64 | Graviton2-based functions (lower cost) |
86+
| `manylinux2014_aarch64` | arm64 | Graviton-based functions (lower cost) |
8787

8888
???+ tip "Architecture selection"
8989
- **x86_64**: Broader package compatibility, more mature ecosystem

0 commit comments

Comments
 (0)