I have a Java producer from client app which produces location data in real time, the data is then put into kinesis stream which will trigger a lambda function to process the data. The problem is, cold start time of the lambda is relatively slow. Setting up an event to invoke the lambda every 1 minute doesn’t really helps. Is using ec2 instead of lambda is the only way if I want a faster processing time? Thanks in advance.