service: aws-nodejs # NOTE: update this with your service name provider: name: aws runtime: nodejs4.3 cfLogs: true functions: hello: handler: handler.hello events: - http: POST hello - http: GET hello - http: method: PUT path: hello - http: method: DELETE path: hello