We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5e0e2 commit 3a59c92Copy full SHA for 3a59c92
README.md
@@ -174,7 +174,7 @@ custom:
174
strip: false
175
```
176
177
-### Lamba Layer
+### Lambda Layer
178
Another method for dealing with large dependencies is to put them into a
179
[Lambda Layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html).
180
Simply add the `layer` option to the configuration.
@@ -198,7 +198,7 @@ custom:
198
pythonRequirements:
199
layer:
200
name: ${self:provider.stage}-layerName
201
- description: Python requirements lamba layer
+ description: Python requirements lambda layer
202
compatibleRuntimes:
203
- python3.7
204
licenseInfo: GPLv3
0 commit comments