Skip to content

Commit e8a030b

Browse files
Adding cross build page
1 parent 568f0a3 commit e8a030b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build_recipes/cross-platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Cross-Platform Build Considerations
3-
description: Handle architecture differences when building Lambda packages
3+
description: Handle architecture differences when building AWS Lambda packages
44
---
55

66
<!-- markdownlint-disable MD043 -->
77

88
Many modern Python packages include compiled extensions written in Rust or C/C++ for performance reasons. These compiled components are platform-specific and can cause deployment issues when building on different architectures.
99

1010
???+ warning "Architecture Mismatch Issues"
11-
Building Lambda packages on macOS (ARM64/Intel) for deployment on AWS Lambda (Linux x86_64 or ARM64) will result in incompatible binary dependencies that cause import errors at runtime.
11+
Building AWS Lambda packages on macOS (ARM64/Intel) for deployment on AWS Lambda (Linux x86_64 or ARM64) will result in incompatible binary dependencies that cause import errors at runtime.
1212

1313
## Common compiled libraries
1414

0 commit comments

Comments
 (0)