From 3a59c92e65ba705f4ddcc0c06bdc439dfb0e9b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20Garc=C3=ADa?= <673420+palmerabollo@users.noreply.github.com> Date: Sun, 21 Apr 2019 12:27:46 +0200 Subject: [PATCH] docs: fix minor typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11e8ae5d..9d8c62e7 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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