Skip to content

Commit b2e8c13

Browse files
Adding build tools page
1 parent 625e862 commit b2e8c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build_recipes/build-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Package Lambda functions using different build tools and dependency
88
This guide covers different build tools and dependency managers for packaging Lambda functions with Powertools for AWS Lambda (Python). Each tool has its strengths and is optimized for different use cases.
99

1010
???+ info "Requirements file security"
11-
For simplicity, examples in this guide use `requirements.txt` with pinned versions. In production environments, you should use hash-checking for enhanced security by including `--hash` flags. Learn more about [secure package installation](https://pip.pypa.io/en/stable/topics/secure-installs/){target="_blank"} in the pip documentation.
11+
For simplicity, examples in this guide use `requirements.txt` files with pinned versions. In production environments, you should use hash-checking for enhanced security by including `--hash` flags. Learn more about [secure package installation](https://pip.pypa.io/en/stable/topics/secure-installs/){target="_blank"} in the pip documentation.
1212

1313
## pip
1414

0 commit comments

Comments
 (0)