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

15 lines
197 B
YAML

service: service
configValidationMode: error
frameworkVersion: '*'
provider:
name: aws
runtime: nodejs16.x
functions:
basic:
handler: basic.handler
other:
handler: other.handler