awslabs / amplify-mobilehub-migrator

A plugin to migrate existing AWS Mobile Hub projects to be used with the Amplify CLI
https://amplify.aws
Apache License 2.0
13 stars 8 forks source link

PLEASE READ: For continued access to Mobile Hub #50

Open swaminator opened 4 years ago

swaminator commented 4 years ago

@ksg3492 you can for now create a Mobile Hub project with the AWS CLI and then your project will be accessible in the console: aws mobile create-project --name "" --project-region

Here's the docs: https://docs.aws.amazon.com/cli/latest/reference/mobile/create-project.html

tanaka558 commented 4 years ago

I used this command and got an error. 「aws mobile create-project --name "test" --project-region ap-northeast-1」

Error: Could not connect to the endpoint URL: "https://mobile.ap-northeast-1.amazonaws.com/projects?name=test&region=ap-northeast-1"

Could you tell me how to make a new Mobile Hub project?

ganipcanot commented 4 years ago

aws mobile create-project --name "test" --project-region us-east-1

seems to work fine for me. Ideally you should be using AWS Amplify Console though - it supports everything Mobile Hub does and more: https://aws.amazon.com/amplify/

swaminator commented 4 years ago

I used this command and got an error. 「aws mobile create-project --name "test" --project-region ap-northeast-1」

Error: Could not connect to the endpoint URL: "https://mobile.ap-northeast-1.amazonaws.com/projects?name=test&region=ap-northeast-1"

Could you tell me how to make a new Mobile Hub project?

Mobile Hub is only available in us-east-1. Once your project is created, you can use it to create projects in different regions.