Skip to content

docs: fix minor typo in readme #351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ custom:
strip: false
```

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