We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70515e commit 44586e4Copy full SHA for 44586e4
README.md
@@ -51,13 +51,13 @@ import unzip_requirements
51
```
52
53
If you want to be able to use `sls invoke local` and don't have a check for
54
-lambda or a `try`/`except ImportError` around that impolrt, you can use the
+lambda or a `try`/`except ImportError` around that import, you can use the
55
following option to make this plugin not delete the `unzip_requirements`
56
helper:
57
```yaml
58
custom:
59
pythonRequirements:
60
- removeVendorHelper: false
+ cleanupZipHelper: false
61
62
63
## Manual invocations
0 commit comments