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.
1 parent 815d24d commit 7a0766dCopy full SHA for 7a0766d
example/config.yaml
@@ -1,4 +1,21 @@
1
+region: us-east-1
2
+
3
function_name: example-lambda
4
handler: service.handler
5
+role: lambda_basic_execution
6
description: Returns an ASCII-art version of provided text
7
+runtime: python3.6
8
9
+# if access key and secret are left blank, boto will use the credentials
10
+# defined in the [default] section of ~/.aws/credentials.
11
+aws_access_key_id:
12
+aws_secret_access_key:
13
14
+# dist_directory: dist
15
+# timeout: 15
16
+# memory_size: 512
17
18
+# Experimental Environment variables
19
+#environment_variables:
20
+# env_1: foo
21
+# env_2: baz
0 commit comments