aws-solutions / 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.
Other
65 stars 45 forks source link

Lambda taking much more time than expected. #11

Open jhonnydv opened 3 years ago

jhonnydv commented 3 years ago

I deployed this solution and changed the schema to have 6 parameters, And in the SQL just performed MAX operation on each of the seniors and rest all remain the same(updated lambda key map as well). I found that, lambda takes close to 2 minutes to perform, I have close to 20 devices which are connected and sending data at 5seconds interval. Just curious in knowing the reason behind this behaviour.

Thank you,