UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

16 lines (12 loc) 269 B
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'"