mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
19 lines
286 B
YAML
19 lines
286 B
YAML
service: eslam-serverless-dashboard-demo
|
|
|
|
tenant: eahefnawy
|
|
app: framework
|
|
|
|
provider:
|
|
name: aws
|
|
runtime: nodejs6.10
|
|
|
|
functions:
|
|
hello:
|
|
handler: handler.hello
|
|
events:
|
|
- user.created
|
|
- http:
|
|
path: test-again
|
|
method: post
|
|
cors: true
|