2024-06-03 22:03:55 -04:00

25 lines
362 B
YAML

service: service
configValidationMode: error
frameworkVersion: '*'
useDotenv: true
custom:
customDomain:
domainName: api.example.com
provider:
name: aws
runtime: nodejs16.x
functions:
function:
handler: index.handler
events:
- http:
path: foo
method: GET
- http:
path: foo
method: POST