diff --git a/aws_lambda_builders/workflows/python_pip/DESIGN.md b/aws_lambda_builders/workflows/python_pip/DESIGN.md index 8b1697c4e..d619fa645 100644 --- a/aws_lambda_builders/workflows/python_pip/DESIGN.md +++ b/aws_lambda_builders/workflows/python_pip/DESIGN.md @@ -5,7 +5,7 @@ This package is an effort to port the Chalice packager to a library that can be used to handle the dependency resilution portion of packaging Python code for use in AWS Lambda. The scope for this builder is to take an existing -directory containing customer code, and a top-levle `requirements.txt` file +directory containing customer code, and a top-level `requirements.txt` file specifying third party depedencies. The builder will examine the dependencies and use pip to build and include the dependencies in the customer code bundle in a way that makes them importable. @@ -146,4 +146,4 @@ bundle has an `__init__.py` and is on the `PYTHONPATH`. The dependencies should now be succesfully installed in the target directory. All the temporary/intermediate files can now be deleting including all the -wheel files and sdists. \ No newline at end of file +wheel files and sdists.