Skip to content

Commit d604b1e

Browse files
committed
fixed missing quote in docs
1 parent 2eab534 commit d604b1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Example lambda.json file:
2626
"name": "myFunction",
2727
"description": "It does things",
2828
"region": "us-east-1",
29-
"handler": function.lambda_handler",
29+
"handler": "function.lambda_handler",
3030
"role": "arn:aws:iam::00000000000:role/lambda_basic_execution",
3131
"requirements": ["pygithub"],
3232
"timeout": 30,

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Example lambda.json file:
2626
"name": "myFunction",
2727
"description": "It does things",
2828
"region": "us-east-1",
29-
"handler": function.lambda_handler",
29+
"handler": "function.lambda_handler",
3030
"role": "arn:aws:iam::00000000000:role/lambda_basic_execution",
3131
"requirements": ["pygithub"],
3232
"timeout": 30,

0 commit comments

Comments
 (0)