amazon-archives / awsmobile-cli

CLI experience for Frontend developers in the JavaScript ecosystem.
Apache License 2.0
142 stars 35 forks source link

Create starter kit app >> no such file ... aws-config.json #50

Closed bfreed closed 6 years ago

bfreed commented 6 years ago

[UPDATE]: the tutorial I was following is gone now. I think I just had really, really bad timing while AWS was changing something. The getting started instructions now point to React's create-react-app page. Weird. [END]

I'm trying to follow the instructions from AWS Mobile Hub to "Create starter kit app". I got to the "awsmobile init {mystring}" and got an error. So I followed the link "Doesn't work? You may need to setup your credentials", tried "awsmobile configure" and got another error.

Error sequence screenshot here:
error_message

A) my credentials file does have a [default] and my aws-cli works fine for S3 sync and other things. So I think that's ok. Redacted screenshot here: aws_credentials

B) [user].awsmobilejs\aws-config.json isn't getting created.

I'm stuck. If I knew what was supposed to go in the aws-config.json file, I'd just make it myself. Anyone know what awsmobile configure is supposed to do?

bfreed commented 6 years ago

Not applicable anymore