Skip to content

Commit 3a59c92

Browse files
authored
docs: fix minor typo in readme
1 parent 6b5e0e2 commit 3a59c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ custom:
174174
strip: false
175175
```
176176

177-
### Lamba Layer
177+
### Lambda Layer
178178
Another method for dealing with large dependencies is to put them into a
179179
[Lambda Layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html).
180180
Simply add the `layer` option to the configuration.
@@ -198,7 +198,7 @@ custom:
198198
pythonRequirements:
199199
layer:
200200
name: ${self:provider.stage}-layerName
201-
description: Python requirements lamba layer
201+
description: Python requirements lambda layer
202202
compatibleRuntimes:
203203
- python3.7
204204
licenseInfo: GPLv3

0 commit comments

Comments
 (0)