Barys Yakavita

Results 3 issues of Barys Yakavita

In the following line hours/minutes are numeric, so the calling `hours.length` will return undefined value. Thus leading zero are not added. https://github.com/ashvin27/react-time-range-slider/blob/ce760a261a505ff49dc69dbb0f7d82b95a8922d7/src/index.js#L26

AWS SDK allows to disable EC2 Metadata service lookup. When it's disabled, we will see such exception stacktrace in the logs: ``` com.amazonaws.AmazonClientException: EC2 Instance Metadata Service is disabled at...

Use shutdown hook to write the remaining events to CloudWatch when JVM shuts down.