2017-03-25 22:18:00 +01:00

17 lines
441 B
YAML

service: aws-nodejs # NOTE: update this with your service name
provider:
name: aws
runtime: nodejs6.10
environment:
provider_level_variable_1: provider_level_1
provider_level_variable_2: provider_level_2
functions:
hello:
handler: handler.hello
environment:
function_level_variable_1: function_level_1
function_level_variable_2: function_level_2
provider_level_variable_2: overwritten_by_function