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

13
api/serverless.yml Normal file
View File

@@ -0,0 +1,13 @@
service: lunchrunapi
provider:
name: aws
runtime: nodejs12.x
functions:
hello:
handler: handler.hello
events:
- http:
path: hello
method: post