Made some changes in file names and added zip files for deploying

This commit is contained in:
emirbarucija
2018-05-21 17:54:52 +02:00
parent 4007c55be2
commit 20ab74f392
15 changed files with 39 additions and 231 deletions

View File

@@ -0,0 +1,19 @@
service: Task_API_service
provider:
name: aws
runtime: go1.x
package:
exclude:
- ./**
include:
- ./bin/**
functions:
Task_API:
handler: bin/Task_API
events:
- http:
path: /tasks
method: get