Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions examples/2016-10-31/iot_backend/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: index.handler
Runtime: nodejs6.10
Runtime: nodejs10.x
CodeUri: src/
Policies:
- DynamoDBCrudPolicy:
Expand All @@ -19,11 +19,6 @@ Resources:
IoT:
Type: IoTRule
Properties:
AwsIotSqlVersion: 2016-03-23
Sql: "SELECT * FROM 'iot2ddb'"
Table:
Type: AWS::Serverless::SimpleTable
Properties:
PrimaryKey:
Name: id
Type: String