awsmobile-cli
awsmobile-cli copied to clipboard
CLI experience for Frontend developers in the JavaScript ecosystem.
Hello there. I'm running to a weird issue with my project. When I try doing an awsmobile pull or init for my project, it does not work. This is the...
Is there a way to connect an existing dynamodb table to mobilehub?
I have 5 cloud apis and the size of them are pretty much the same as the boilerplate generated by awsmobile. but downloading cloud-api lambda function codebases takes a really...
This is related to another [issue](https://github.com/aws/awsmobile-cli/issues/134) I just posted. Because I haven't been able to test the backend locally, it's difficult for two developers to collaborate on the same backend...
Currently, AWS Mobile Hub supports configure Cloud-API to Public accessible, should add this support to awsmobile cli as well. This is related to issue: https://github.com/aws/aws-amplify/issues/880
So, in our current setup, in CI, we're doing a `awsmobile init -y $PROJECT_ID` on each deploy but if no project ID is provided in `$PROJECT_ID` a new project is...
Looking at [the code](https://github.com/aws/awsmobile-cli/blob/master/bin/awsmobile-configure#L35-L41) I found that the `awsmobile configure` can be made completely non-interactive but I didn't find any documentation for it, which I think would've convenient. By providing...
I created a new Ionic mobile application using this starter template - see https://github.com/ionic-team/starters/tree/master/ionic-angular/official/aws. During setup it created a new Mobile Hub project and associated the ionic app with it...
I would like a way to import my _existing_ AppSync project without having copy/paste every last resolver, along with the schema. I don't see how to do it with awsmobile-cli...
Is it possible to configure cli to use yarn instead of npm for installing dependencies? There is custom commands for build and start, but not for install.