Skip to content

Commit 0378be6

Browse files
authored
Merge pull request serverless#558 from anders-ahsman/remove-unnecessary-curly-braces
Remove unnecessary curly braces from Lambda Layer example.
2 parents f6009e3 + 77da1ea commit 0378be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ functions:
237237
hello:
238238
handler: handler.hello
239239
layers:
240-
- { Ref: PythonRequirementsLambdaLayer }
240+
- Ref: PythonRequirementsLambdaLayer
241241
```
242242

243243
If the layer requires additional or custom configuration, add them onto the `layer` option.

0 commit comments

Comments
 (0)