mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
18 lines
298 B
YAML
18 lines
298 B
YAML
service: service
|
|
|
|
configValidationMode: error
|
|
frameworkVersion: '*'
|
|
|
|
provider:
|
|
name: aws
|
|
runtime: nodejs12.x
|
|
lambdaHashingVersion: 20201221
|
|
|
|
functions:
|
|
foo:
|
|
handler: index.handler
|
|
events:
|
|
- cloudFront:
|
|
eventType: origin-request
|
|
origin: https://example.com
|