can't create api gateway

Issue #55 resolved
Former user created an issue

Hello,

can't create api gateway.

ubuntu@ubuntuzl:~/localstack$ docker image ls |grep localstack atlassianlabs/localstack latest 8ec4e6975e03 7 hours ago 1.2GB

ubuntu@ubuntuzl:~/localstack$ docker pull atlassianlabs/localstack Using default tag: latest latest: Pulling from atlassianlabs/localstack Digest: sha256:e34eca646fcb86c0e9535f56dc8d1cae9b8e2bc7897614383438eb5652a6d076 Status: Image is up to date for atlassianlabs/localstack:latest

ubuntu@ubuntuzl:~/localstack$ date Wed 12 Jul 15:21:08 EEST 2017 ubuntu@ubuntuzl:~/localstack$ aws --endpoint-url=http://localhost:4567 apigateway create-rest-api --name myapigw

Expecting value: line 1 column 1 (char 0) ubuntu@ubuntuzl:~/localstack$

on aws ubuntu@ubuntuzl:~//localstack$ aws apigateway create-rest-api --name myapigw --profile=test { "name": "myapigw", "id": "tvdb80f4h3", "createdDate": 1499862274 }

Comments (2)

  1. Waldemar Hummer Account Deactivated

    Thanks for reporting. Can you please try installing/running localstack using the following commands (see README):

    pip install localstack
    localstack start --docker
    

    Closing this issue for now. If the problem persists, please create a ticket with detailed instructions/steps to reproduce here: https://github.com/localstack/localstack Thanks

  2. Log in to comment