Rearrange into two servers:api and web

This commit is contained in:
benjaminramey
2019-11-21 11:58:28 -06:00
parent d5aa1e9245
commit 66bca2546c
7 changed files with 46 additions and 117 deletions

9
web/serverless.yml Normal file
View File

@@ -0,0 +1,9 @@
service: lunchrunweb
provider:
name: aws
runtime: nodejs12.x
functions:
hello:
handler: handler.hello