lambda

command module
v1.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2022 License: MIT Imports: 11 Imported by: 0

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL