service: lunchrunapi provider: name: aws runtime: nodejs12.x functions: hello: handler: handler.hello events: - http: path: hello method: post