daniele
11/12/2017, 9:44 PMiamclaytonray
11/12/2017, 11:40 PM.yml or .yaml file that points to those functions with other relevant infoiamclaytonray
11/12/2017, 11:42 PMclass, yes?iamclaytonray
11/12/2017, 11:44 PMclass, so either way, it’s still a function)iamclaytonray
11/12/2017, 11:48 PMservice: NAME_OF_YOUR_APP
provider:
name: aws
runtime: nodejs8.0
functions:
create:
handler: airlines/add.addAirline
events:
- http:
path: airlines
method: post
cors: trueiamclaytonray
11/12/2017, 11:49 PMpath, events, etc are going to be different from what I wrote