Skip to content

Commit ef98c34

Browse files
committed
Remove unnecessary curly braces from Lambda Layer example.
1 parent ab1bbbc commit ef98c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)