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 5
5
This package is an effort to port the Chalice packager to a library that can
6
6
be used to handle the dependency resilution portion of packaging Python code
7
7
for 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
9
9
specifying third party depedencies. The builder will examine the dependencies
10
10
and use pip to build and include the dependencies in the customer code bundle
11
11
in a way that makes them importable.
@@ -146,4 +146,4 @@ bundle has an `__init__.py` and is on the `PYTHONPATH`.
146
146
147
147
The dependencies should now be succesfully installed in the target directory.
148
148
All 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