awslabs / ecs-refarch-service-discovery

An EC2 Container Service Reference Architecture for providing Service Discovery to containers using CloudWatch Events, Lambda and Route 53 private hosted zones.
Apache License 2.0
445 stars 81 forks source link

Fix No client_id on twitch search games API access #11

Open rasekar2000 opened 7 years ago

rasekar2000 commented 7 years ago

To fix No Client Id in the input request, I have added client_id , that works when we consume from Environment Variable. Sending GET request https://api.twitch.tv/kraken/search/games?query=minecraft&type=suggest 2017/03/09 08:52:53 Got response {"error":"Bad Request","status":400,"message":"No client id specified"}

Pull Request - PR https://github.com/awslabs/ecs-refarch-service-discovery/pull/10 is created.

Please approve this pull request.