Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 86401cd

Browse files
committed
Update README.md
1 parent 529dfec commit 86401cd

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -207,18 +207,7 @@ custom:
207207
```
208208
## Omitting Packages
209209
You can omit a package from deployment with the `noDeploy` option. Note that
210-
dependencies of omitted packages must explicitly be omitted too. By default,
211-
the following packages are omitted as they are already installed on Lambda:
212-
213-
* boto3
214-
* botocore
215-
* docutils
216-
* jmespath
217-
* pip
218-
* python-dateutil
219-
* s3transfer
220-
* setuptools
221-
* six
210+
dependencies of omitted packages must explicitly be omitted too.
222211

223212
This example makes it instead omit pytest:
224213
```yaml

0 commit comments

Comments
 (0)