23 lines
333 B
YAML

service: service
configValidationMode: error
frameworkVersion: '*'
provider:
name: aws
runtime: nodejs16.x
functions:
foo:
handler: index.handler
# provisionedConcurrency: 1
events:
- httpApi: '*'
other:
handler: index.handler
events:
- httpApi:
method: '*'
path: /foo