
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