From ef1e752ddd0f427f667aa487728ca89cd1fdb74a Mon Sep 17 00:00:00 2001 From: Noud Date: Mon, 25 Apr 2022 17:03:54 +0200 Subject: [PATCH] docs: Use `!Ref LambdaLayer` instead of { Ref: LambdaLayer } --- docs/providers/aws/guide/layers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/aws/guide/layers.md b/docs/providers/aws/guide/layers.md index 7bd10e6d4..bf427041a 100644 --- a/docs/providers/aws/guide/layers.md +++ b/docs/providers/aws/guide/layers.md @@ -177,7 +177,7 @@ functions: hello: handler: handler.hello layers: - - { Ref: TestLambdaLayer } + - !Ref TestLambdaLayer ``` You can also configure layers at the service level. EG: