File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments