UNPKG

serverless

Version:

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

14 lines (11 loc) 239 B
service: CHANGE_TO_UNIQUE_PER_RUN provider: name: aws runtime: nodejs12.x versionFunctions: false functions: iotBasic: handler: core.iotBasic events: - iot: sql: "SELECT * FROM 'CHANGE_TO_UNIQUE_PER_RUN'"