File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments