Skip to content

Commit 7a0766d

Browse files
committed
Flesh out config.yaml so it can deploy to AWS
1 parent 815d24d commit 7a0766d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

example/config.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1+
region: us-east-1
2+
13
function_name: example-lambda
24
handler: service.handler
5+
role: lambda_basic_execution
36
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
417

18+
# Experimental Environment variables
19+
#environment_variables:
20+
# env_1: foo
21+
# env_2: baz

0 commit comments

Comments
 (0)