Enable SSL when starting kinesis locally

The kinesis Producer Library only supports communication over TLS.
Enable SSL when running kinesis locally, so that kinesis producer
library can publish records successfully.

Change-Id: Ideec8d8baf22bdcfe8eb5965e473afb0c2373326
diff --git a/setup_local_env/docker-compose-kinesis.yaml b/setup_local_env/docker-compose-kinesis.yaml
index 321d760..15c609e 100644
--- a/setup_local_env/docker-compose-kinesis.yaml
+++ b/setup_local_env/docker-compose-kinesis.yaml
@@ -9,6 +9,7 @@
     environment:
       SERVICES: dynamodb,cloudwatch,kinesis
       AWS_REGION: us-east-1
+      USE_SSL: "true"
     networks:
       - setup_local_env_default
 networks: