Categorygithub.com/tommzn/hdb-datasource-indoorclimate/lambda
modulepackage
1.0.10
Repository: https://github.com/tommzn/hdb-datasource-indoorclimate.git
Documentation: pkg.go.dev

# README

Go Reference GitHub go.mod Go version Go Report Card

Indoor Climate Measurement Processor

Lambda function to process indoor climate measurements send from a device to AWS IOT.

Config

You've to provice a config file to enable forwarding for measurements. By default no forwarding target is set. This means your measurement will get lost. A config can be provided as a local file, config.yml, or via S3 bucket. See go-config for more details.

hdb:
  queue: AWS SQS Queue
  archive: AWS SQS Queue

aws:
  sqs:
    region: us-west-1
  timestream:
    region: us-west-1
    database: database
    table: table
    batch_size: 10

AWS SQS Target

To enable event publoshing to an AWS SQS queue, provide queue name and SQS region.

AWS Timestream

To publish metrics to AWS Timestream provide region, database and a table.

Links

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author