alessh / real-time-iot-device-monitoring-with-kinesis

AWS Solution with a CloudFormation template for an ingestion mechanism for analytics about device connectivity and activity (i.e. sensor readings), as well as a dashboard for visualizing this data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real Time IoT Device Monitoring with Kinesis Analytics

AWS Solution for analyzing IoT Device Connectivity using Kinesis Analytics

OS/Python Environment Setup

sudo apt-get update
sudo apt-get install install zip wget gawk sed -y

Building Lambda Package

./deployment/build-s3-dist.sh source-bucket-base-name

source-bucket-base-name should be the base name for the S3 bucket location where the template will source the Lambda code from. The template will append '-[region_name]' to this value. For example: ./build-s3-dist.sh solutions The template will then expect the source code to be located in the solutions-[region_name] bucket

CF template and Lambda function

Located in deployment/dist


Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at

http://aws.amazon.com/asl/

or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License.

About

AWS Solution with a CloudFormation template for an ingestion mechanism for analytics about device connectivity and activity (i.e. sensor readings), as well as a dashboard for visualizing this data.

License:Other


Languages

Language:CSS 51.8%Language:JavaScript 33.4%Language:HTML 8.5%Language:Python 4.0%Language:Shell 2.3%