File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
aws_lambda_builders/workflows/python_pip Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55This package is an effort to port the Chalice packager to a library that can
66be used to handle the dependency resilution portion of packaging Python code
77for use in AWS Lambda. The scope for this builder is to take an existing
8- directory containing customer code, and a top-levle ` requirements.txt ` file
8+ directory containing customer code, and a top-level ` requirements.txt ` file
99specifying third party depedencies. The builder will examine the dependencies
1010and use pip to build and include the dependencies in the customer code bundle
1111in a way that makes them importable.
@@ -146,4 +146,4 @@ bundle has an `__init__.py` and is on the `PYTHONPATH`.
146146
147147The dependencies should now be succesfully installed in the target directory.
148148All the temporary/intermediate files can now be deleting including all the
149- wheel files and sdists.
149+ wheel files and sdists.
You can’t perform that action at this time.
0 commit comments