serverless/test/fixtures/iot/serverless.yml
2020-09-09 11:17:21 +02:00

16 lines
269 B
YAML

service: CHANGE_TO_UNIQUE_PER_RUN
configValidationMode: error
provider:
name: aws
runtime: nodejs12.x
versionFunctions: false
functions:
iotBasic:
handler: core.iotBasic
events:
- iot:
sql: "SELECT * FROM '${self:service.name}/test'"