Rearrange into two servers:api and web
This commit is contained in:
9
web/serverless.yml
Normal file
9
web/serverless.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
service: lunchrunweb
|
||||
|
||||
provider:
|
||||
name: aws
|
||||
runtime: nodejs12.x
|
||||
|
||||
functions:
|
||||
hello:
|
||||
handler: handler.hello
|
||||
Reference in New Issue
Block a user