We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfadc38 + 6973acd commit 53cf396Copy full SHA for 53cf396
README.md
@@ -30,6 +30,7 @@ Example lambda.json file:
30
"name": "myFunction",
31
"description": "It does things",
32
"region": "us-east-1",
33
+ "runtime": "python2.7",
34
"handler": "function.lambda_handler",
35
"role": "arn:aws:iam::00000000000:role/lambda_basic_execution",
36
"requirements": ["pygithub"],
0 commit comments